web: run sync on re-enabling sync

This commit is contained in:
Abdullah Atta
2023-04-01 12:23:14 +05:00
parent 8ab26eb852
commit cd89517e16

View File

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