aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-27 20:15:33 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-27 20:15:33 +0100
commit769e553fae2abcb1559fd078ac2666a16482c9b5 (patch)
treeb11fca36c2697fb21336352b82980032d252d0d6 /src/stores/AppStore.js
parentAdd information about next release (diff)
downloadferdium-app-769e553fae2abcb1559fd078ac2666a16482c9b5.tar.gz
ferdium-app-769e553fae2abcb1559fd078ac2666a16482c9b5.tar.zst
ferdium-app-769e553fae2abcb1559fd078ac2666a16482c9b5.zip
Extend debug information
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 124c117b0..0756a05eb 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -253,7 +253,7 @@ export default class AppStore extends Store {
253 hasCrashed: service.hasCrashed, 253 hasCrashed: service.hasCrashed,
254 isDarkModeEnabled: service.isDarkModeEnabled, 254 isDarkModeEnabled: service.isDarkModeEnabled,
255 })), 255 })),
256 errors: this.stores.globalError.errors, 256 messages: this.stores.globalError.messages,
257 workspaces: this.stores.workspaces.workspaces.map(workspace => ({ id: workspace.id, services: workspace.services })), 257 workspaces: this.stores.workspaces.workspaces.map(workspace => ({ id: workspace.id, services: workspace.services })),
258 windowSettings: readJsonSync(path.join(app.getPath('userData'), 'window-state.json')), 258 windowSettings: readJsonSync(path.join(app.getPath('userData'), 'window-state.json')),
259 settings, 259 settings,