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.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index 926ee36f0..a34390d88 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -171,6 +171,13 @@ export default class ServicesStore extends Store {
171 ); 171 );
172 172
173 reaction( 173 reaction(
174 () => this.stores.settings.app.splitColumns,
175 () => {
176 this._shareSettingsWithServiceProcess();
177 },
178 );
179
180 reaction(
174 () => this.stores.settings.app.searchEngine, 181 () => this.stores.settings.app.searchEngine,
175 () => { 182 () => {
176 this._shareSettingsWithServiceProcess(); 183 this._shareSettingsWithServiceProcess();