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.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index 21ed0a234..afb370341 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -130,6 +130,11 @@ export default class ServicesStore extends Store {
130 () => this.stores.settings.app.universalDarkMode, 130 () => this.stores.settings.app.universalDarkMode,
131 () => this._shareSettingsWithServiceProcess(), 131 () => this._shareSettingsWithServiceProcess(),
132 ); 132 );
133
134 reaction(
135 () => this.stores.settings.app.searchEngine,
136 () => this._shareSettingsWithServiceProcess(),
137 );
133 } 138 }
134 139
135 initialize() { 140 initialize() {