mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
feat(server): add subtree for mobile launchers
This commit is contained in:
parent
027b52e785
commit
100a80c17d
@ -253,6 +253,34 @@ function buildHiddenSubtreeDefinition(): Item {
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '_lbMobileRoot',
|
||||
title: "Mobile Launch Bar",
|
||||
type: "doc",
|
||||
icon: "bx-mobile",
|
||||
isExpanded: true,
|
||||
attributes: [ { type: 'label', name: 'docName', value: 'launchbar_intro' } ],
|
||||
children: [
|
||||
{
|
||||
id: "_lbMobileAvailableLaunchers",
|
||||
title: t("hidden-subtree.available-launchers-title"),
|
||||
type: 'doc',
|
||||
icon: 'bx-hide',
|
||||
isExpanded: true,
|
||||
attributes: [ { type: 'label', name: 'docName', value: 'launchbar_intro' } ],
|
||||
children: []
|
||||
},
|
||||
{
|
||||
id: "_lbMobileVisibleLaunchers",
|
||||
title: t("hidden-subtree.visible-launchers-title"),
|
||||
type: 'doc',
|
||||
icon: 'bx-show',
|
||||
isExpanded: true,
|
||||
attributes: [ { type: 'label', name: 'docName', value: 'launchbar_intro' } ],
|
||||
children: []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: '_options',
|
||||
title: t("hidden-subtree.options-title"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user