aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/layout
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-12-08 17:08:58 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-12-08 17:08:58 +0100
commita5e7171402eb27a4527a238d186c88ac03f8ffd7 (patch)
tree897708a2cfc88569c04f4896bacf2c9d390c7b39 /src/containers/layout
parentAdd service spellchecker language strings (diff)
downloadferdium-app-a5e7171402eb27a4527a238d186c88ac03f8ffd7.tar.gz
ferdium-app-a5e7171402eb27a4527a238d186c88ac03f8ffd7.tar.zst
ferdium-app-a5e7171402eb27a4527a238d186c88ac03f8ffd7.zip
feat(Service): Add error screen for services that failed to load
Diffstat (limited to 'src/containers/layout')
-rw-r--r--src/containers/layout/AppLayoutContainer.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/containers/layout/AppLayoutContainer.js b/src/containers/layout/AppLayoutContainer.js
index e1423bdaa..455df10d7 100644
--- a/src/containers/layout/AppLayoutContainer.js
+++ b/src/containers/layout/AppLayoutContainer.js
@@ -105,6 +105,7 @@ export default @inject('stores', 'actions') @observer class AppLayoutContainer e
105 setWebviewReference={setWebviewReference} 105 setWebviewReference={setWebviewReference}
106 openWindow={openWindow} 106 openWindow={openWindow}
107 reload={reload} 107 reload={reload}
108 openSettings={openSettings}
108 isAppMuted={settings.all.app.isAppMuted} 109 isAppMuted={settings.all.app.isAppMuted}
109 update={updateService} 110 update={updateService}
110 /> 111 />