mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-31 08:52:49 -05:00
Revert time format to HH:MM in checkTimeBasedCycling function
This commit is contained in:
@@ -115,7 +115,7 @@ Singleton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function checkTimeBasedCycling() {
|
function checkTimeBasedCycling() {
|
||||||
const currentTime = Qt.formatTime(systemClock.date, "h:mm")
|
const currentTime = Qt.formatTime(systemClock.date, "hh:mm")
|
||||||
|
|
||||||
if (currentTime === cachedCyclingTime
|
if (currentTime === cachedCyclingTime
|
||||||
&& currentTime !== lastTimeCheck) {
|
&& currentTime !== lastTimeCheck) {
|
||||||
|
|||||||
Reference in New Issue
Block a user