From bd9f74e6e49e61f380540e1cc6aeeec6d8713472 Mon Sep 17 00:00:00 2001 From: Kyle K <190571+Docteh@users.noreply.github.com> Date: Sat, 30 Apr 2022 17:29:49 -0700 Subject: 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 --- src/yuzu/configuration/configure_system.ui | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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 @@ 1 - - d MMM yyyy h:mm:ss AP - -- cgit v1.2.3