Browse Source

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
pull/15/merge
Kyle K 4 years ago
parent
commit
bd9f74e6e4
  1. 3
      src/yuzu/configuration/configure_system.ui

3
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">

Loading…
Cancel
Save