mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Current session indicator now always visible
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
This commit is contained in:
parent
d0f5c825bd
commit
3adbcd73b2
1 changed files with 2 additions and 2 deletions
|
|
@ -273,8 +273,8 @@ function Option(props: {
|
|||
const { theme } = useTheme()
|
||||
return (
|
||||
<>
|
||||
<Show when={props.current && !props.active}>
|
||||
<text flexShrink={0} fg={theme.primary} marginRight={0.5}>
|
||||
<Show when={props.current}>
|
||||
<text flexShrink={0} fg={props.active ? theme.background : theme.primary} marginRight={0.5}>
|
||||
●
|
||||
</text>
|
||||
</Show>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue