mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2024-12-12 09:04:06 +02:00
Fixed: No longer configurations have been locked in the minimal setup.
This commit is contained in:
parent
fd722b1fe5
commit
128b1843df
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user