feat: add auto syncing to premium features

This commit is contained in:
thecodrr
2021-02-15 21:07:46 +05:00
parent 49ad9650ea
commit 04a4344087
2 changed files with 9 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ export const CHECK_IDS = {
vaultAdd: "vault:add",
notebookAdd: "notebook:add",
backupEncrypt: "backup:encrypt",
databaseSync: "database:sync",
};
export const EVENTS = {