feat(app): allow disabling progress bar in settings (#23674)
This commit is contained in:
parent
febadc5589
commit
811a7e9a8b
20 changed files with 72 additions and 1 deletions
|
|
@ -721,7 +721,7 @@ export function MessageTimeline(props: {
|
|||
"md:max-w-200 md:mx-auto 2xl:max-w-[1000px]": props.centered,
|
||||
}}
|
||||
>
|
||||
<Show when={workingStatus() !== "hidden"}>
|
||||
<Show when={workingStatus() !== "hidden" && settings.general.showSessionProgressBar()}>
|
||||
<div
|
||||
data-component="session-progress"
|
||||
data-state={workingStatus()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue