overseer vote panel improvements

This commit is contained in:
legop3
2026-05-21 00:02:16 -04:00
parent f9f2e1e2ed
commit 4af93fe05a
5 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export default function useUserIdentitySync() {
const { value: profile, status: profileStatus } = useSettingsNamespace('profile', { nickname: '' });
const { value: overseerPreference, status: overseerPreferenceStatus } = useSettingsNamespace(
'overseerPreference',
{ enabled: true },
{ enabled: false },
);
const inFlightRef = useRef(false);