mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #3131 from Flow-Launcher/add-european-date-formats
Add more date formats in settings
This commit is contained in:
commit
0c05440b80
1 changed files with 3 additions and 1 deletions
|
|
@ -132,7 +132,9 @@ public partial class SettingsPaneThemeViewModel : BaseModel
|
|||
"ddd dd'/'MM",
|
||||
"dddd dd'/'MM",
|
||||
"dddd dd', 'MMMM",
|
||||
"dd', 'MMMM"
|
||||
"dd', 'MMMM",
|
||||
"dd.MM.yy",
|
||||
"dd.MM.yyyy"
|
||||
};
|
||||
|
||||
public string TimeFormat
|
||||
|
|
|
|||
Loading…
Reference in a new issue