Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-01-05 19:26:31 -08:00
parent 8e248f43ab
commit 006663d83c
2 changed files with 2 additions and 2 deletions

View File

@ -210,6 +210,6 @@ export const sidebarPanes: SidebarPane[] = [
)
},
keybinding: 'Shift + D',
hide: ({ settings }) => !settings.modeling.show_debug_panel.current,
hide: ({ settings }) => !settings.app.show_debug_panel.current,
},
]