feat(setings): add option section for settings

This commit is contained in:
Elian Doran 2025-03-02 22:23:47 +02:00
parent e7d2be4663
commit b99ead6a84
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -275,6 +275,7 @@ function buildHiddenSubtreeDefinition(helpSubtree: HiddenSubtreeItem[]): HiddenS
{ id: "_optionsBackup", title: t("hidden-subtree.backup-title"), type: "contentWidget", icon: "bx-data" }, { id: "_optionsBackup", title: t("hidden-subtree.backup-title"), type: "contentWidget", icon: "bx-data" },
{ id: "_optionsSync", title: t("hidden-subtree.sync-title"), type: "contentWidget", icon: "bx-wifi" }, { id: "_optionsSync", title: t("hidden-subtree.sync-title"), type: "contentWidget", icon: "bx-wifi" },
{ id: "_optionsOther", title: t("hidden-subtree.other"), type: "contentWidget", icon: "bx-dots-horizontal" }, { id: "_optionsOther", title: t("hidden-subtree.other"), type: "contentWidget", icon: "bx-dots-horizontal" },
{ id: "_optionsLocalization", title: t("hidden-subtree.localization"), type: "contentWidget", icon: "bx-world" },
{ id: "_optionsAdvanced", title: t("hidden-subtree.advanced-title"), type: "contentWidget" } { id: "_optionsAdvanced", title: t("hidden-subtree.advanced-title"), type: "contentWidget" }
] ]
}, },

View File

@ -244,7 +244,8 @@
"other": "Other", "other": "Other",
"advanced-title": "Advanced", "advanced-title": "Advanced",
"visible-launchers-title": "Visible Launchers", "visible-launchers-title": "Visible Launchers",
"user-guide": "User Guide" "user-guide": "User Guide",
"localization": "Localization"
}, },
"notes": { "notes": {
"new-note": "New note", "new-note": "New note",