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,
},
]

View File

@ -47,7 +47,7 @@ export function ModelingSidebar({ paneOpacity }: ModelingSidebarProps) {
context.store?.openPanes.length === 0
? 'pointer-events-none '
: 'pointer-events-auto '
const showDebugPanel = settings.context.modeling.show_debug_panel
const showDebugPanel = settings.context.app.show_debug_panel
const paneCallbackProps = useMemo(
() => ({