remote fetching needs restart

This commit is contained in:
Nicolas Constant 2020-04-30 22:40:52 -04:00
parent e064297187
commit 586aef214c
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ export class SettingsComponent implements OnInit {
}
onDisableRemoteStatusFetchingChanged() {
this.notifyRestartNeeded();
let settings = this.toolsService.getSettings();
settings.disableRemoteStatusFetching = this.disableRemoteStatusFetchingEnabled;
this.toolsService.saveSettings(settings);