feat(app): always show new session button (#39520)

Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com>
This commit is contained in:
Aarav Sareen
2026-07-30 14:28:38 +05:30
committed by GitHub
parent a9eda2e99e
commit 5b11635d97
-2
View File
@@ -395,7 +395,6 @@ export function Titlebar(props: { update?: TitlebarUpdate; debugTools?: { visibl
}} }}
onReorder={(keys) => tabsStoreActions.reorder(keys)} onReorder={(keys) => tabsStoreActions.reorder(keys)}
/> />
<Show when={!creating()}>
<TooltipV2 <TooltipV2
placement="bottom" placement="bottom"
value={ value={
@@ -415,7 +414,6 @@ export function Titlebar(props: { update?: TitlebarUpdate; debugTools?: { visibl
aria-label={language.t("command.session.new")} aria-label={language.t("command.session.new")}
/> />
</TooltipV2> </TooltipV2>
</Show>
<div class="flex-1" /> <div class="flex-1" />
<TitlebarV2Right state={v2RightState()} /> <TitlebarV2Right state={v2RightState()} />
</div> </div>