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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user