aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/ServicesStore.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-14 21:04:41 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-14 21:04:41 +0100
commitdcab45a323f53a10ff5f419daa5ba6442817eebc (patch)
treeb9212d00a8c3a088292180d72895dfeef3536ed1 /src/stores/ServicesStore.js
parent[wip] share user settings with service (diff)
downloadferdium-app-dcab45a323f53a10ff5f419daa5ba6442817eebc.tar.gz
ferdium-app-dcab45a323f53a10ff5f419daa5ba6442817eebc.tar.zst
ferdium-app-dcab45a323f53a10ff5f419daa5ba6442817eebc.zip
feat(App): Add option to enable/disable spell checker
Diffstat (limited to 'src/stores/ServicesStore.js')
-rw-r--r--src/stores/ServicesStore.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index 82da9c5f1..87d31c0c5 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -286,6 +286,7 @@ export default class ServicesStore extends Store {
286 if (channel === 'hello') { 286 if (channel === 'hello') {
287 this._initRecipePolling(service.id); 287 this._initRecipePolling(service.id);
288 this._initializeServiceRecipeInWebview(serviceId); 288 this._initializeServiceRecipeInWebview(serviceId);
289 this._shareSettingsWithServiceProcess();
289 } else if (channel === 'messages') { 290 } else if (channel === 'messages') {
290 this.actions.service.setUnreadMessageCount({ 291 this.actions.service.setUnreadMessageCount({
291 serviceId, 292 serviceId,