Fix Default TimeFormat

This commit is contained in:
DB p 2022-10-11 15:14:19 +09:00
parent aa75aa64f9
commit 03d8b50891

View file

@ -43,7 +43,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
public bool UseSound { get; set; } = true;
public bool UseClock { get; set; } = true;
public bool UseDate { get; set; } = false;
public string TimeFormat { get; set; } = "hh:mm tt ";
public string TimeFormat { get; set; } = "hh:mm tt";
public string DateFormat { get; set; } = "MM'/'dd ddd";
public bool FirstLaunch { get; set; } = true;