- Delete items which are no longer used that might cause potential problems

- Fix Some Imports
- Fix floating promises on tests
This commit is contained in:
vorotamoroz
2026-03-18 11:54:22 +01:00
parent ee69085830
commit 3a29818612
4 changed files with 13 additions and 13 deletions

View File

@@ -106,10 +106,10 @@ export class ModuleLiveSyncMain extends AbstractModule {
this._log($msg("moduleLiveSyncMain.logReadChangelog"), LOG_LEVEL_NOTICE);
}
//@ts-ignore
if (this.isMobile) {
this.settings.disableRequestURI = true;
}
// //@ts-ignore
// if (this.isMobile) {
// this.settings.disableRequestURI = true;
// }
if (last_version && Number(last_version) < VER) {
this.settings.liveSync = false;
this.settings.syncOnSave = false;