This commit is contained in:
2026-04-10 16:30:47 -05:00
parent 37c05f2e36
commit 2fb2731383

View File

@@ -74,12 +74,15 @@ Flickable {
running: false
onRunningChanged: {
root.hyprcmds.forEach((c) => Hyprland.dispatch(c))
if(!running) {
Settings.changeColors.running = true
}
}
}
onClicked: {
sw.running = true
Settings.changeColors.running = true
}
}
}