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

Update time format to HH:MM (e.g. 03:00)

This commit is contained in:
Vantesh
2025-08-26 03:03:31 +03:00
parent a185679cd1
commit c04699accf
4 changed files with 6 additions and 6 deletions

View File

@@ -39,8 +39,8 @@ Rectangle {
StyledText {
text: SettingsData.use24HourClock ? Qt.formatTime(
root.currentDate,
"H:mm") : Qt.formatTime(
root.currentDate, "h:mm AP")
"HH:mm") : Qt.formatTime(
root.currentDate, "hh:mm AP")
font.pixelSize: Theme.fontSizeMedium - 1
color: Theme.surfaceText
anchors.verticalCenter: parent.verticalCenter