From 529412b1c03a8012b7d88e97b6952efe914e4108 Mon Sep 17 00:00:00 2001 From: Satya Patel Date: Fri, 19 Dec 2025 11:00:29 -0500 Subject: [PATCH] fix(desktop): open terminal presets as pane instead of new tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change the default behavior when selecting a terminal preset so it adds as a split pane in the current tab instead of creating a new tab. The context menu still offers both options for users who prefer new tabs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../main/components/WorkspaceView/Sidebar/TabsView/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/desktop/src/renderer/screens/main/components/WorkspaceView/Sidebar/TabsView/index.tsx b/apps/desktop/src/renderer/screens/main/components/WorkspaceView/Sidebar/TabsView/index.tsx index e93e8630e96..37f23b2e67b 100644 --- a/apps/desktop/src/renderer/screens/main/components/WorkspaceView/Sidebar/TabsView/index.tsx +++ b/apps/desktop/src/renderer/screens/main/components/WorkspaceView/Sidebar/TabsView/index.tsx @@ -218,7 +218,7 @@ export function TabsView() { >