- Now the synchronisation will begin without our interaction.
- No longer puts the configuration of the remote database into the log while checking configuration.
- Some outdated description notes have been removed.
- Options that are meaningless depending on other settings configured are now hidden.
This commit is contained in:
vorotamoroz
2023-09-21 09:44:07 +01:00
parent b271b63efa
commit ff814be4a0
2 changed files with 33 additions and 32 deletions

View File

@@ -64,7 +64,7 @@ export default class ObsidianLiveSyncPlugin extends Plugin
replicator!: LiveSyncDBReplicator;
statusBar?: HTMLElement;
suspended: boolean = true;
suspended: boolean = false;
deviceAndVaultName: string = "";
isMobile = false;
isReady = false;
@@ -459,8 +459,8 @@ export default class ObsidianLiveSyncPlugin extends Plugin
return false;
}
}
await this.realizeSettingSyncMode();
this.registerWatchEvents();
await this.realizeSettingSyncMode();
this.swapSaveCommand();
if (this.settings.syncOnStart) {
this.replicator.openReplication(this.settings, false, false);