diff --git a/Services/WallpaperCyclingService.qml b/Services/WallpaperCyclingService.qml index 7cf83561..54c1e966 100644 --- a/Services/WallpaperCyclingService.qml +++ b/Services/WallpaperCyclingService.qml @@ -115,7 +115,7 @@ Singleton { } function checkTimeBasedCycling() { - const currentTime = Qt.formatTime(systemClock.date, "h:mm") + const currentTime = Qt.formatTime(systemClock.date, "hh:mm") if (currentTime === cachedCyclingTime && currentTime !== lastTimeCheck) {