make wallswitcher persist across reloads
This commit is contained in:
parent
e294001554
commit
83bba71ae2
@ -12,6 +12,9 @@ import Quickshell.Hyprland
|
||||
FloatingWindow {
|
||||
id: root
|
||||
visible: Settings.config.wallSwitcherShown
|
||||
onClosed: {
|
||||
Settings.config.wallSwitcherShown = false;
|
||||
}
|
||||
|
||||
Process {
|
||||
id: wallustRunner
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user