aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/ServicesStore.js
diff options
context:
space:
mode:
authorLibravatar Steliyan Stoyanov <steliyan@st6.io>2019-10-29 20:34:19 +0200
committerLibravatar Steliyan Stoyanov <steliyan@st6.io>2019-10-30 10:11:25 +0200
commitb0e698520f0be4e054b8f3d1feff694d1ddf1779 (patch)
tree2bf0abfc7017018e04e9d24f1d9dc7e06895e08f /src/stores/ServicesStore.js
parentUpdate theme information (diff)
downloadferdium-app-b0e698520f0be4e054b8f3d1feff694d1ddf1779.tar.gz
ferdium-app-b0e698520f0be4e054b8f3d1feff694d1ddf1779.tar.zst
ferdium-app-b0e698520f0be4e054b8f3d1feff694d1ddf1779.zip
Add "adaptable dark mode" checkbox
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 );