mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 07:58:59 +01:00
feat(inapp-help): add hidden item for user guide
This commit is contained in:
parent
00bb7af5bd
commit
5afddb4ecc
@ -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"
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user