forked from Shinonome/dots-hyprland
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