aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/ServicesStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/ServicesStore.js')
-rw-r--r--src/stores/ServicesStore.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index 9af5d81da..22c376c06 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -470,8 +470,10 @@ export default class ServicesStore extends Store {
470 const service = this.active; 470 const service = this.active;
471 471
472 if (service) { 472 if (service) {
473 this.stores.settings.updateSettingsRequest.execute({ 473 this.actions.settings.update({
474 activeService: service.id, 474 settings: {
475 activeService: service.id,
476 },
475 }); 477 });
476 } 478 }
477 } 479 }