mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
overseer off when no one online
This commit is contained in:
@@ -29,7 +29,7 @@ export default function OverseerPreferencePanel() {
|
||||
}`}
|
||||
>
|
||||
<input type="checkbox" checked={enabled} onChange={onToggle} />
|
||||
<span>Your vote: {enabled ? 'yes' : 'no'}</span>
|
||||
<span>Your vote: {enabled ? 'Yes' : 'No'}</span>
|
||||
</label>
|
||||
<span className="text-xs">Enable a local LLM in chat</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user