mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 15:32:50 -05:00
Update time format to HH:MM (e.g. 03:00)
This commit is contained in:
@@ -310,7 +310,7 @@ Singleton {
|
||||
if (use24Hour) {
|
||||
return date.toLocaleTimeString(Qt.locale(), "HH:mm")
|
||||
} else {
|
||||
return date.toLocaleTimeString(Qt.locale(), "h:mm AP")
|
||||
return date.toLocaleTimeString(Qt.locale(), "hh:mm AP")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user