feat(inapp-help): add hidden item for user guide

This commit is contained in:
Elian Doran 2025-02-02 13:30:22 +02:00
parent 00bb7af5bd
commit 5afddb4ecc
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View File

@ -345,6 +345,12 @@ function buildHiddenSubtreeDefinition(): Item {
{ id: "_optionsOther", title: t("hidden-subtree.other"), type: "contentWidget", icon: "bx-dots-horizontal" },
{ id: "_optionsAdvanced", title: t("hidden-subtree.advanced-title"), type: "contentWidget" }
]
},
{
id: "_help",
title: t("hidden-subtree.user-guide"),
type: "book",
icon: "bx-help-circle"
}
]
};

View File

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