Change dateFormat to follow system default.
This commit is contained in:
@@ -262,7 +262,7 @@ ColumnLayout {
|
||||
}
|
||||
|
||||
Label {
|
||||
text: Qt.formatTime(time, "hh:mm AP")
|
||||
text: Qt.formatTime(time)
|
||||
color: MPalette.lighter
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user