mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
add prefix "_" to "named" IDs
This commit is contained in:
@@ -19,7 +19,7 @@ export default class LauncherContainer extends FlexContainer {
|
||||
|
||||
this.children = [];
|
||||
|
||||
const visibleLaunchersRoot = await froca.getNote('lbVisibleLaunchers', true);
|
||||
const visibleLaunchersRoot = await froca.getNote('_lbVisibleLaunchers', true);
|
||||
|
||||
if (!visibleLaunchersRoot) {
|
||||
console.log("Visible launchers root note doesn't exist.");
|
||||
|
||||
Reference in New Issue
Block a user