Function: syncSettingsAfterRehydration()
function syncSettingsAfterRehydration(state: SettingsStore | undefined): void;
Defined in: src/stores/settings/hydration.ts:42
Synchronizes critical settings from the backend after the store rehydrates.
Parametersโ
stateโ
SettingsStore | undefined
Returnsโ
void