Merge PR #805: Don't show wrong time zone in settings page

This commit is contained in:
jenkins 2022-04-22 10:59:07 +02:00
commit 46e7740e2c

View File

@ -162,7 +162,7 @@ SettingsPageBase {
Layout.fillWidth: true
}
Label {
text: engine.systemController.serverTime.toLocaleTimeString(/*Locale.ShortTimeString*/)
text: engine.systemController.serverTime.toLocaleTimeString(Locale.ShortTimeString)
Layout.fillWidth: true
horizontalAlignment: Text.AlignRight
}