aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UIStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/UIStore.js')
-rw-r--r--src/stores/UIStore.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores/UIStore.js b/src/stores/UIStore.js
index 7e6f89fed..5b9672798 100644
--- a/src/stores/UIStore.js
+++ b/src/stores/UIStore.js
@@ -32,6 +32,7 @@ export default class UIStore extends Store {
32 'AppleInterfaceThemeChangedNotification', 32 'AppleInterfaceThemeChangedNotification',
33 () => { 33 () => {
34 this.isOsDarkThemeActive = nativeTheme.shouldUseDarkColors; 34 this.isOsDarkThemeActive = nativeTheme.shouldUseDarkColors;
35 this.actions.service.shareSettingsWithServiceProcess();
35 }, 36 },
36 ); 37 );
37 } 38 }