aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UIStore.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-31 16:54:14 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-31 16:54:14 +0100
commiteefda6c7b3e9f0e9b0cfc056efbf59d04a54be85 (patch)
tree0cc58679ac60afcd2b5f620ce88088644e677bb9 /src/stores/UIStore.js
parentAdd better sync between Ferdi and service dark mode (diff)
downloadferdium-app-eefda6c7b3e9f0e9b0cfc056efbf59d04a54be85.tar.gz
ferdium-app-eefda6c7b3e9f0e9b0cfc056efbf59d04a54be85.tar.zst
ferdium-app-eefda6c7b3e9f0e9b0cfc056efbf59d04a54be85.zip
Improve dark mode behaviour on macOS
Diffstat (limited to 'src/stores/UIStore.js')
-rw-r--r--src/stores/UIStore.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stores/UIStore.js b/src/stores/UIStore.js
index 5b9672798..6941cf086 100644
--- a/src/stores/UIStore.js
+++ b/src/stores/UIStore.js
@@ -57,7 +57,6 @@ export default class UIStore extends Store {
57 57
58 @computed get isDarkThemeActive() { 58 @computed get isDarkThemeActive() {
59 const isMacWithAdaptableInDarkMode = isMac 59 const isMacWithAdaptableInDarkMode = isMac
60 && this.stores.settings.all.app.darkMode
61 && this.stores.settings.all.app.adaptableDarkMode 60 && this.stores.settings.all.app.adaptableDarkMode
62 && this.isOsDarkThemeActive; 61 && this.isOsDarkThemeActive;
63 const isMacWithoutAdaptableInDarkMode = isMac 62 const isMacWithoutAdaptableInDarkMode = isMac