rename global state for sidebar open tracker

This commit is contained in:
end-4
2025-05-19 12:19:16 +02:00
parent d9b4de45e6
commit 7db6df769b
5 changed files with 7 additions and 7 deletions
@@ -21,7 +21,7 @@ Scope { // Scope
id: sidebarLoader
active: false
onActiveChanged: {
GlobalStates.sidebarLeftOpenCount += active ? 1 : -1
GlobalStates.sidebarLeftOpen = sidebarLoader.active
}
PanelWindow { // Window