fix: enable wallpaper cycling by setting timer to running

This commit is contained in:
2026-03-11 20:31:20 +01:00
parent 16884a19f2
commit b84f571d4e
2 changed files with 2 additions and 2 deletions
@@ -45,7 +45,7 @@ Singleton {
Timer {
id: cycleTimer
running: false
running: true
repeat: true
interval: root.cycleInterval * 1000
onTriggered: {