mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Default TimeFormat
This commit is contained in:
parent
aa75aa64f9
commit
03d8b50891
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue