forked from Shinonome/dots-hyprland
rename global state for sidebar open tracker
This commit is contained in:
@@ -21,7 +21,7 @@ Scope { // Scope
|
||||
id: sidebarLoader
|
||||
active: false
|
||||
onActiveChanged: {
|
||||
GlobalStates.sidebarLeftOpenCount += active ? 1 : -1
|
||||
GlobalStates.sidebarLeftOpen = sidebarLoader.active
|
||||
}
|
||||
|
||||
PanelWindow { // Window
|
||||
|
||||
Reference in New Issue
Block a user