feat(tui): restore footer to session view (#12245)
parent
24dbc46548
commit
449c5b44b7
|
|
@ -1099,6 +1099,9 @@ export function Session() {
|
|||
sessionID={route.sessionID}
|
||||
/>
|
||||
</box>
|
||||
<Show when={!sidebarVisible() || !wide()}>
|
||||
<Footer />
|
||||
</Show>
|
||||
</Show>
|
||||
<Toast />
|
||||
</box>
|
||||
|
|
|
|||
Loading…
Reference in New Issue