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.
1 parent aa75aa6 commit 03d8b50Copy full SHA for 03d8b50
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -43,7 +43,7 @@ public string Language
43
public bool UseSound { get; set; } = true;
44
public bool UseClock { get; set; } = true;
45
public bool UseDate { get; set; } = false;
46
- public string TimeFormat { get; set; } = "hh:mm tt ";
+ public string TimeFormat { get; set; } = "hh:mm tt";
47
public string DateFormat { get; set; } = "MM'/'dd ddd";
48
public bool FirstLaunch { get; set; } = true;
49
0 commit comments