mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-16 13:59:58 -05:00
remove unused var
This commit is contained in:
@@ -20,7 +20,6 @@ Scope {
|
|||||||
Loader {
|
Loader {
|
||||||
id: sidebarLoader
|
id: sidebarLoader
|
||||||
active: false
|
active: false
|
||||||
property var modelData
|
|
||||||
onActiveChanged: {
|
onActiveChanged: {
|
||||||
GlobalStates.sidebarRightOpenCount += active ? 1 : -1
|
GlobalStates.sidebarRightOpenCount += active ? 1 : -1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user