mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge branch 'AddTimeFormat' of https://github.com/onesounds/Flow.Launcher into pr/1556
This commit is contained in:
commit
d709eb8ba3
1 changed files with 7 additions and 0 deletions
|
|
@ -454,9 +454,13 @@ namespace Flow.Launcher.ViewModel
|
|||
|
||||
public List<string> TimeFormatList { get; set; } = new List<string>()
|
||||
{
|
||||
"h:mm",
|
||||
"hh:mm",
|
||||
"H:mm",
|
||||
"HH:mm",
|
||||
"tt h:mm",
|
||||
"tt hh:mm",
|
||||
"h:mm tt",
|
||||
"hh:mm tt"
|
||||
};
|
||||
|
||||
|
|
@ -465,7 +469,10 @@ namespace Flow.Launcher.ViewModel
|
|||
"MM'/'dd dddd",
|
||||
"MM'/'dd ddd",
|
||||
"MM'/'dd",
|
||||
"MM'-'dd",
|
||||
"MMMM', 'dd",
|
||||
"dd'/'MM",
|
||||
"dd'-'MM",
|
||||
"ddd MM'/'dd",
|
||||
"dddd MM'/'dd",
|
||||
"dddd",
|
||||
|
|
|
|||
Loading…
Reference in a new issue