We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b7b5b5 + 59ed2b1 commit 672854bCopy full SHA for 672854b
Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs
@@ -155,9 +155,9 @@ public bool KeepMaxResults
155
set => Settings.KeepMaxResults = value;
156
}
157
158
- public string ClockText => DateTime.Now.ToString(TimeFormat, CultureInfo.CurrentCulture);
+ public string ClockText => DateTime.Now.ToString(TimeFormat, CultureInfo.CurrentUICulture);
159
160
- public string DateText => DateTime.Now.ToString(DateFormat, CultureInfo.CurrentCulture);
+ public string DateText => DateTime.Now.ToString(DateFormat, CultureInfo.CurrentUICulture);
161
162
public bool UseGlyphIcons
163
{
0 commit comments