mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #3742 from onesounds/250618-AddTimeFormat
Add new time format option "dd MMMM yyyy"
This commit is contained in:
commit
7487368abc
1 changed files with 2 additions and 1 deletions
|
|
@ -170,7 +170,8 @@ public partial class SettingsPaneThemeViewModel : BaseModel
|
|||
"dddd dd', 'MMMM",
|
||||
"dd', 'MMMM",
|
||||
"dd.MM.yy",
|
||||
"dd.MM.yyyy"
|
||||
"dd.MM.yyyy",
|
||||
"dd MMMM yyyy"
|
||||
};
|
||||
|
||||
public string TimeFormat
|
||||
|
|
|
|||
Loading…
Reference in a new issue