Don't show wrong time zone in settings page
This commit is contained in:
parent
6feafb4983
commit
1eccb4c56c
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user