Skip to content

Commit 7487368

Browse files
authored
Merge pull request #3742 from onesounds/250618-AddTimeFormat
Add new time format option "dd MMMM yyyy"
2 parents f7d41eb + 7b726d8 commit 7487368

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneThemeViewModel.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ public string ColorScheme
170170
"dddd dd', 'MMMM",
171171
"dd', 'MMMM",
172172
"dd.MM.yy",
173-
"dd.MM.yyyy"
173+
"dd.MM.yyyy",
174+
"dd MMMM yyyy"
174175
};
175176

176177
public string TimeFormat

0 commit comments

Comments
 (0)