mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 07:52:50 -05:00
Update time format to HH:MM (e.g. 03:00)
This commit is contained in:
@@ -92,9 +92,9 @@ Item {
|
||||
anchors.top: parent.top
|
||||
text: SettingsData.use24HourClock ? Qt.formatTime(
|
||||
systemClock.date,
|
||||
"H:mm") : Qt.formatTime(
|
||||
"HH:mm") : Qt.formatTime(
|
||||
systemClock.date,
|
||||
"h:mm AP")
|
||||
"hh:mm AP")
|
||||
font.pixelSize: 120
|
||||
font.weight: Font.Light
|
||||
color: "white"
|
||||
|
||||
Reference in New Issue
Block a user