debug:disable setLocalAppState

This commit is contained in:
cbm 2024-07-13 16:36:14 +08:00
parent ae0b573f9b
commit 0a1b291734

View File

@ -107,7 +107,7 @@ export const useSyncStore = createPersistStore(
await client.get(config.username),
) as AppState;
mergeAppState(localState, parsedRemoteState);
setLocalAppState(localState);
//setLocalAppState(localState);
}
} catch (e) {
console.log("[Sync] failed to get remote state", e);