make waffle osd initially closed

This commit is contained in:
end-4
2025-11-23 11:45:49 +01:00
parent 3087e5da92
commit a17a909fd9
@@ -75,7 +75,7 @@ Scope {
// The actual thing
Loader {
id: panelLoader
active: GlobalStates.osdBrightnessOpen || GlobalStates.osdVolumeOpen
active: false
sourceComponent: PanelWindow {
id: panelWindow