Skip to content

Commit 03d8b50

Browse files
committed
Fix Default TimeFormat
1 parent aa75aa6 commit 03d8b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public string Language
4343
public bool UseSound { get; set; } = true;
4444
public bool UseClock { get; set; } = true;
4545
public bool UseDate { get; set; } = false;
46-
public string TimeFormat { get; set; } = "hh:mm tt ";
46+
public string TimeFormat { get; set; } = "hh:mm tt";
4747
public string DateFormat { get; set; } = "MM'/'dd ddd";
4848
public bool FirstLaunch { get; set; } = true;
4949

0 commit comments

Comments
 (0)