Skip to content

Commit caf4d13

Browse files
committed
Add Time Formats
1 parent 87eca00 commit caf4d13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Flow.Launcher/ViewModel/SettingWindowViewModel.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,10 @@ public List<SearchWindowPosition> SearchWindowPositions
463463
"dd'/'MM",
464464
"ddd MM'/'dd",
465465
"dddd MM'/'dd",
466-
"dddd"
466+
"dddd",
467+
"ddd dd'/MM'",
468+
"dddd dd'/MM'"
469+
467470
};
468471

469472
public double WindowWidthSize

0 commit comments

Comments
 (0)