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 f65faa5a5..3dd601bc3 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -116,6 +116,11 @@ export default class ServicesStore extends Store {
116 ); 116 );
117 117
118 reaction( 118 reaction(
119 () => this.stores.settings.app.adaptableDarkMode,
120 () => this._shareSettingsWithServiceProcess(),
121 );
122
123 reaction(
119 () => this.stores.settings.app.universalDarkMode, 124 () => this.stores.settings.app.universalDarkMode,
120 () => this._shareSettingsWithServiceProcess(), 125 () => this._shareSettingsWithServiceProcess(),
121 ); 126 );