mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-02-16 01:00:37 +00:00
Fixed: No longer configurations have been locked in the minimal setup.
This commit is contained in:
@@ -769,7 +769,7 @@ export class ObsidianLiveSyncSettingTab extends PluginSettingTab {
|
||||
|
||||
addScreenElement("100", containerInformationEl);
|
||||
const isAnySyncEnabled = (): boolean => {
|
||||
if (this.isConfiguredAs("isConfigured", false)) return true;
|
||||
if (this.isConfiguredAs("isConfigured", false)) return false;
|
||||
if (this.isConfiguredAs("liveSync", true)) return true;
|
||||
if (this.isConfiguredAs("periodicReplication", true)) return true;
|
||||
if (this.isConfiguredAs("syncOnFileOpen", true)) return true;
|
||||
|
||||
Reference in New Issue
Block a user