add support for custom date formats via config
This commit is contained in:
@@ -47,6 +47,15 @@ SettingsPage {
|
||||
object: Config.general
|
||||
setting: "desktopIcons"
|
||||
}
|
||||
|
||||
Separator {
|
||||
}
|
||||
|
||||
SettingInput {
|
||||
name: "Date format"
|
||||
object: Config.general
|
||||
setting: "dateFormat"
|
||||
}
|
||||
}
|
||||
|
||||
SettingsSection {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user