mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-01 02:13:39 +00:00
fix(tui): always show session tab (#39429)
This commit is contained in:
parent
7b775c2582
commit
a7b2ea94e5
1 changed files with 1 additions and 1 deletions
|
|
@ -1197,7 +1197,7 @@ function App(props: { pair?: DialogPairCredentials }) {
|
|||
<box flexGrow={1} minWidth={0} flexDirection="column">
|
||||
<Show when={plugins.ready()}>
|
||||
<box flexGrow={1} minHeight={0} flexDirection="column">
|
||||
<Show when={sessionTabs.enabled() && sessionTabs.tabs().length > 1 && route.data.type !== "plugin"}>
|
||||
<Show when={sessionTabs.enabled() && sessionTabs.tabs().length > 0 && route.data.type !== "plugin"}>
|
||||
<SessionTabs />
|
||||
</Show>
|
||||
<Switch>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue