Hoist retry logic
This commit is contained in:
parent
80ad81f872
commit
c7e53bff26
4 changed files with 215 additions and 189 deletions
|
|
@ -211,6 +211,7 @@ export class SyncSettingsTab extends PluginSettingTab {
|
|||
new Notice(
|
||||
"The changes have been applied successfully!"
|
||||
);
|
||||
await this.statusDescription.updateConnectionState();
|
||||
} else {
|
||||
new Notice("No changes to apply");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue