1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

Revert time format to HH:MM in checkTimeBasedCycling function

This commit is contained in:
Vantesh
2025-08-26 03:17:15 +03:00
parent bb81378b20
commit 42c006fb2c

View File

@@ -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) {