mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #3947 from PatrikHed/dev
Added ISO 8601 date to the SettingsPaneThemeViewModel
This commit is contained in:
commit
0c9dd46239
1 changed files with 2 additions and 1 deletions
|
|
@ -172,7 +172,8 @@ public partial class SettingsPaneThemeViewModel : BaseModel
|
|||
"dd', 'MMMM",
|
||||
"dd.MM.yy",
|
||||
"dd.MM.yyyy",
|
||||
"dd MMMM yyyy"
|
||||
"dd MMMM yyyy",
|
||||
"yyyy-MM-dd"
|
||||
};
|
||||
|
||||
public string TimeFormat
|
||||
|
|
|
|||
Loading…
Reference in a new issue