Merge pull request #3947 from PatrikHed/dev

Added ISO 8601 date to the SettingsPaneThemeViewModel
This commit is contained in:
VictoriousRaptor 2025-09-05 18:27:09 +08:00 committed by GitHub
commit 0c9dd46239
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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