1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 06:52:50 -05:00

Merge pull request #117 from Vantesh/master

Update time format to HH:MM
This commit is contained in:
BB
2025-08-26 09:02:56 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

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