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