diff --git a/src/main/services/configuration.service.ts b/src/main/services/configuration.service.ts index 29b22c6b..bc9713b0 100644 --- a/src/main/services/configuration.service.ts +++ b/src/main/services/configuration.service.ts @@ -19,7 +19,7 @@ export class ConfigurationService { this.locations = InstallationLocationService.getInstance(); this.initStore(); - this.locations.onInstallLocationUpdate(() => this.initStore()); + this.locations.onInstallLocationUpdate(() => { this.initStore() }); } private async initStore() {