From 8773a8ce64047d4368d7320a858e59d68c4d95e8 Mon Sep 17 00:00:00 2001 From: Arjun <6592213+arkml@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:42:30 +0530 Subject: [PATCH] tabs on the top pane --- apps/x/apps/renderer/src/App.tsx | 25 +++++++++++-------- .../renderer/src/components/chat-tab-bar.tsx | 6 ++--- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/apps/x/apps/renderer/src/App.tsx b/apps/x/apps/renderer/src/App.tsx index d7f8e74e..a88ec494 100644 --- a/apps/x/apps/renderer/src/App.tsx +++ b/apps/x/apps/renderer/src/App.tsx @@ -2486,9 +2486,20 @@ function App() { canNavigateForward={canNavigateForward} collapsedLeftPaddingPx={collapsedLeftPaddingPx} > - - {headerTitle} - + {openTabs.length > 1 ? ( + + ) : ( + + {headerTitle} + + )}