feat(server): add subtree for mobile launchers

This commit is contained in:
Elian Doran 2025-01-04 21:46:22 +02:00
parent 027b52e785
commit 100a80c17d
No known key found for this signature in database

View File

@ -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"),