add button to erase deleted notes now into the options

This commit is contained in:
zadam
2020-12-06 22:11:49 +01:00
parent 58555b3660
commit e56979c482
6 changed files with 33 additions and 5 deletions

View File

@@ -38,6 +38,8 @@ function saveSyncSeed(req) {
}]
}
log.info("Saved sync seed.");
sqlInit.createDatabaseForSync(options);
}