fix(hidden_subtree): visible launchers broken due to branch enforcement

This commit is contained in:
Elian Doran
2025-07-28 12:20:14 +03:00
parent 115e9e0202
commit bb9e7b1c6e
3 changed files with 51 additions and 9 deletions

View File

@@ -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;
}