Merge pull request #3131 from Flow-Launcher/add-european-date-formats

Add more date formats in settings
This commit is contained in:
Yan 2024-12-15 01:14:32 +06:00 committed by GitHub
commit 0c05440b80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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