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
2 changed files with 8 additions and 1 deletions
+6
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"
}
]
};