click status bar model name to open settings
This commit is contained in:
@@ -520,7 +520,12 @@ export default function ChatBOX(props: {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="navbar-center">
|
<div
|
||||||
|
class="navbar-center"
|
||||||
|
onClick={() => {
|
||||||
|
setShowSettings(true);
|
||||||
|
}}
|
||||||
|
>
|
||||||
<div class="indicator">
|
<div class="indicator">
|
||||||
<span class="indicator-item badge badge-primary">
|
<span class="indicator-item badge badge-primary">
|
||||||
{chatStore.streamMode ? Tr("STREAM") : Tr("FETCH")}
|
{chatStore.streamMode ? Tr("STREAM") : Tr("FETCH")}
|
||||||
|
|||||||
Reference in New Issue
Block a user