mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
fix(hidden_subtree): visible launchers broken due to branch enforcement
This commit is contained in:
@@ -43,4 +43,10 @@ export interface HiddenSubtreeItem {
|
||||
| "quickSearch"
|
||||
| "aiChatLauncher";
|
||||
command?: keyof typeof Command;
|
||||
/**
|
||||
* If set to true, then branches will be enforced to be in the correct place.
|
||||
* This is useful for ensuring that the launcher is always in the correct place, even if
|
||||
* the user moves it around.
|
||||
*/
|
||||
enforceBranches?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user