Merge pull request #3742 from onesounds/250618-AddTimeFormat

Add new time format option "dd MMMM yyyy"
This commit is contained in:
Jeremy Wu 2025-06-18 22:33:26 +10:00 committed by GitHub
commit 7487368abc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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