overseer off when no one online

This commit is contained in:
legop3
2026-05-21 00:56:54 -04:00
parent b62af19418
commit 8727555788
4 changed files with 5 additions and 10 deletions
@@ -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>