diff options
author | Kyle K <190571+Docteh@users.noreply.github.com> | 2022-04-30 17:29:49 -0700 |
---|---|---|
committer | Kyle K <190571+Docteh@users.noreply.github.com> | 2022-04-30 17:29:49 -0700 |
commit | bd9f74e6e49e61f380540e1cc6aeeec6d8713472 (patch) | |
tree | 622b12f4d581d1735051ead972b460948e35707a | |
parent | b50e1596cc2bf871478605c64674cfe544ffd43d (diff) |
ui: let system locale control format of Custom RTC
The Custom RTC widget is under the influence of the computers System Locale.
The format strings are not necessarily related. As a small example, setting the Windows Language to Dansk, and then trying to use yuzu in English the requested AM/PM indicator is simply not shown
The display format for the Custom RTC field needs to be removed from src/yuzu/configuration/configure_system.ui
modifying the display format needs to be moved to src/yuzu/configuration/configure_system.cpp
-rw-r--r-- | src/yuzu/configuration/configure_system.ui | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/yuzu/configuration/configure_system.ui b/src/yuzu/configuration/configure_system.ui index 5b68dcb29..b234ea87b 100644 --- a/src/yuzu/configuration/configure_system.ui +++ b/src/yuzu/configuration/configure_system.ui @@ -474,9 +474,6 @@ <day>1</day> </date> </property> - <property name="displayFormat"> - <string>d MMM yyyy h:mm:ss AP</string> - </property> </widget> </item> <item row="6" column="1"> |