add support for custom date formats via config

This commit is contained in:
2026-05-03 17:30:10 +02:00
parent 10340a83dd
commit 8a2eeb6c31
7 changed files with 26 additions and 33 deletions
+9
View File
@@ -47,6 +47,15 @@ SettingsPage {
object: Config.general
setting: "desktopIcons"
}
Separator {
}
SettingInput {
name: "Date format"
object: Config.general
setting: "dateFormat"
}
}
SettingsSection {
+7
View File
@@ -30,6 +30,13 @@ export const settingsIndex = [
section: "General",
keywords: ["icons", "desktop", "show"],
},
{
name: "Date format",
category: "general",
categoryName: "General",
section: "General",
keywords: ["date", "time", "format"],
},
// Color section
{
name: "Scheme mode",