|
@@ -633,7 +633,7 @@
|
|
<main class="relative w-full h-full">
|
|
<main class="relative w-full h-full">
|
|
<Nav />
|
|
<Nav />
|
|
<div class="absolute top-10 bottom-0 left-0 right-0">
|
|
<div class="absolute top-10 bottom-0 left-0 right-0">
|
|
- <SideBar on:connect={handleConnect} on:reset={handleReset} handleTool={handleTool} on:sidebarPinChange={handleSidebarPinChange}>
|
|
|
|
|
|
+ <SideBar on:connect={handleConnect} on:reset={handleReset} handleTool={!configObj.needsDisplay || curVT == 7 ? handleTool : null} on:sidebarPinChange={handleSidebarPinChange}>
|
|
<slot></slot>
|
|
<slot></slot>
|
|
</SideBar>
|
|
</SideBar>
|
|
{#if configObj.needsDisplay}
|
|
{#if configObj.needsDisplay}
|