aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/ServicesStore.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-31 17:21:30 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-31 17:21:30 +0100
commitd4488c90d66252111462a0367177d53af46e5917 (patch)
treeabc6c63c690305d933dd6d5c16027badd867fd11 /src/stores/ServicesStore.js
parentAdd update-submodules script (diff)
downloadferdium-app-d4488c90d66252111462a0367177d53af46e5917.tar.gz
ferdium-app-d4488c90d66252111462a0367177d53af46e5917.tar.zst
ferdium-app-d4488c90d66252111462a0367177d53af46e5917.zip
Fix lint
Diffstat (limited to 'src/stores/ServicesStore.js')
-rw-r--r--src/stores/ServicesStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index 731305141..fda18b514 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -774,7 +774,7 @@ export default class ServicesStore extends Store {
774 _shareSettingsWithServiceProcess() { 774 _shareSettingsWithServiceProcess() {
775 const settings = { 775 const settings = {
776 ...this.stores.settings.app, 776 ...this.stores.settings.app,
777 isDarkThemeActive: this.stores.ui.isDarkThemeActive 777 isDarkThemeActive: this.stores.ui.isDarkThemeActive,
778 }; 778 };
779 this.actions.service.sendIPCMessageToAllServices({ 779 this.actions.service.sendIPCMessageToAllServices({
780 channel: 'settings-update', 780 channel: 'settings-update',