@ -210,6 +210,6 @@ export const sidebarPanes: SidebarPane[] = [
|
|||||||
)
|
)
|
||||||
},
|
},
|
||||||
keybinding: 'Shift + D',
|
keybinding: 'Shift + D',
|
||||||
hide: ({ settings }) => !settings.modeling.show_debug_panel.current,
|
hide: ({ settings }) => !settings.app.show_debug_panel.current,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
@ -47,7 +47,7 @@ export function ModelingSidebar({ paneOpacity }: ModelingSidebarProps) {
|
|||||||
context.store?.openPanes.length === 0
|
context.store?.openPanes.length === 0
|
||||||
? 'pointer-events-none '
|
? 'pointer-events-none '
|
||||||
: 'pointer-events-auto '
|
: 'pointer-events-auto '
|
||||||
const showDebugPanel = settings.context.modeling.show_debug_panel
|
const showDebugPanel = settings.context.app.show_debug_panel
|
||||||
|
|
||||||
const paneCallbackProps = useMemo(
|
const paneCallbackProps = useMemo(
|
||||||
() => ({
|
() => ({
|
||||||
|
Reference in New Issue
Block a user