Skip to content

Commit d709eb8

Browse files
Merge branch 'AddTimeFormat' of https://github.com/onesounds/Flow.Launcher into pr/1556
2 parents e606356 + 32c7ca8 commit d709eb8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Flow.Launcher/ViewModel/SettingWindowViewModel.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,13 @@ public List<SearchWindowPosition> SearchWindowPositions
454454

455455
public List<string> TimeFormatList { get; set; } = new List<string>()
456456
{
457+
"h:mm",
457458
"hh:mm",
459+
"H:mm",
458460
"HH:mm",
461+
"tt h:mm",
459462
"tt hh:mm",
463+
"h:mm tt",
460464
"hh:mm tt"
461465
};
462466

@@ -465,7 +469,10 @@ public List<SearchWindowPosition> SearchWindowPositions
465469
"MM'/'dd dddd",
466470
"MM'/'dd ddd",
467471
"MM'/'dd",
472+
"MM'-'dd",
473+
"MMMM', 'dd",
468474
"dd'/'MM",
475+
"dd'-'MM",
469476
"ddd MM'/'dd",
470477
"dddd MM'/'dd",
471478
"dddd",

0 commit comments

Comments
 (0)