mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
web: disable auto sync
This commit is contained in:
@@ -118,7 +118,7 @@ class AppStore extends BaseStore<AppStore> {
|
||||
async (full, force, lastSynced) => {
|
||||
if (!this.get().isAutoSyncEnabled) return;
|
||||
|
||||
await this.get().sync(full, force, lastSynced);
|
||||
// await this.get().sync(full, force, lastSynced);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user