aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UIStore.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-31 16:44:56 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-31 16:44:56 +0100
commit5714e2fbae7d8b6f69adc3ae064cded2bb8c35d7 (patch)
tree32fb9ff66f9bdbf01a0632a18de538574e8f63d6 /src/stores/UIStore.js
parentFix lint (diff)
downloadferdium-app-5714e2fbae7d8b6f69adc3ae064cded2bb8c35d7.tar.gz
ferdium-app-5714e2fbae7d8b6f69adc3ae064cded2bb8c35d7.tar.zst
ferdium-app-5714e2fbae7d8b6f69adc3ae064cded2bb8c35d7.zip
Add better sync between Ferdi and service dark 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 }