Compare commits

...

1 Commits

Author SHA1 Message Date
Abdullah Atta
cd89517e16 web: run sync on re-enabling sync 2023-04-01 12:23:14 +05:00

View File

@@ -177,6 +177,8 @@ class AppStore extends BaseStore {
if (isSyncEnabled) {
this.abortSync("disabled");
} else {
this.sync();
}
};