Use new date format

pull/18/head
reionwong 4 years ago
parent e9e70f6b90
commit d4c2fc62d5

@ -357,7 +357,7 @@ ControlCenterDialog {
running: true
triggeredOnStart: true
onTriggered: {
timeLabel.text = new Date().toLocaleString(Qt.locale(), Locale.ShortFormat)
timeLabel.text = new Date().toLocaleDateString(Qt.locale(), Locale.LongFormat)
}
}
}

Loading…
Cancel
Save