feat(client): add support for mobile launchers in hidden subtree

This commit is contained in:
Elian Doran
2025-01-04 21:46:52 +02:00
parent 100a80c17d
commit cfeb4eb51f
4 changed files with 6 additions and 6 deletions

View File

@@ -983,7 +983,7 @@ class FNote {
}
isLaunchBarConfig() {
return this.type === 'launcher' || ['_lbRoot', '_lbAvailableLaunchers', '_lbVisibleLaunchers'].includes(this.noteId);
return this.type === 'launcher' || ['_lbRoot', '_lbAvailableLaunchers', '_lbVisibleLaunchers', "_lbMobileRoot", "_lbMobileAvailableLaunchers", "_lbMobileVisibleLaunchers" ].includes(this.noteId);
}
isOptions() {