mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-08 06:54:24 +00:00
fix(ui): add label for stream mode in app render
This commit is contained in:
@@ -174,6 +174,13 @@ export function renderApp(state: AppViewState) {
|
||||
aria-pressed=${state.streamMode}
|
||||
>
|
||||
${state.streamMode ? icons.eye : icons.eyeOff}
|
||||
${
|
||||
state.streamMode
|
||||
? html`
|
||||
<span class="topbar-redact__label">Stream Mode</span>
|
||||
`
|
||||
: nothing
|
||||
}
|
||||
</button>
|
||||
<span class="topbar-divider"></span>
|
||||
<div class="topbar-connection ${state.connected ? "topbar-connection--ok" : ""}">
|
||||
|
||||
Reference in New Issue
Block a user