diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx index 03d15636a20..52eae862a19 100644 --- a/src/renderer/src/App.tsx +++ b/src/renderer/src/App.tsx @@ -161,6 +161,7 @@ function App(): React.JSX.Element { activeWorktreeId !== null && !hasTabBar && effectiveActiveTabExpanded + const showSidebar = activeView !== 'settings' const handleToggleExpand = (): void => { if (!effectiveActiveTabId) return @@ -189,7 +190,13 @@ function App(): React.JSX.Element {
-
Orca
@@ -207,7 +214,7 @@ function App(): React.JSX.Element { )}
- + {showSidebar ? : null}
{activeWorktreeId && (
+