diff options
| author | 2022-04-30 17:29:49 -0700 | |
|---|---|---|
| committer | 2022-04-30 17:29:49 -0700 | |
| commit | bd9f74e6e49e61f380540e1cc6aeeec6d8713472 (patch) | |
| tree | 622b12f4d581d1735051ead972b460948e35707a /src | |
| parent | Merge pull request #8274 from german77/firmware (diff) | |
| download | yuzu-bd9f74e6e49e61f380540e1cc6aeeec6d8713472.tar.gz yuzu-bd9f74e6e49e61f380540e1cc6aeeec6d8713472.tar.xz yuzu-bd9f74e6e49e61f380540e1cc6aeeec6d8713472.zip | |
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
Diffstat (limited to 'src')
| -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 @@ | |||
| 474 | <day>1</day> | 474 | <day>1</day> |
| 475 | </date> | 475 | </date> |
| 476 | </property> | 476 | </property> |
| 477 | <property name="displayFormat"> | ||
| 478 | <string>d MMM yyyy h:mm:ss AP</string> | ||
| 479 | </property> | ||
| 480 | </widget> | 477 | </widget> |
| 481 | </item> | 478 | </item> |
| 482 | <item row="6" column="1"> | 479 | <item row="6" column="1"> |