aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index a9c92fe87..2d85b9ffe 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -295,6 +295,7 @@ export default class AppStore extends Store {
295 isHibernating: service.isHibernating, 295 isHibernating: service.isHibernating,
296 hasCrashed: service.hasCrashed, 296 hasCrashed: service.hasCrashed,
297 isDarkModeEnabled: service.isDarkModeEnabled, 297 isDarkModeEnabled: service.isDarkModeEnabled,
298 isProgressbarEnabled: service.isProgressbarEnabled,
298 })), 299 })),
299 messages: this.stores.globalError.messages, 300 messages: this.stores.globalError.messages,
300 workspaces: this.stores.workspaces.workspaces.map(workspace => ({ 301 workspaces: this.stores.workspaces.workspaces.map(workspace => ({