mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-05-07 16:21:51 +00:00
Improved: remote management
This commit is contained in:
@@ -87,7 +87,7 @@ And you can also drop the local database to rebuild from the remote device.`,
|
||||
|
||||
// this.plugin.settings = remoteConfig;
|
||||
// await this.plugin.saveSettings();
|
||||
await this.core.services.setting.applyPartial(remoteConfig);
|
||||
await this.core.services.setting.applyExternalSettings(remoteConfig);
|
||||
if (yn === DROP) {
|
||||
await this.core.rebuilder.scheduleFetch();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user