aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-06-19 13:54:06 +0530
committerLibravatar GitHub <noreply@github.com>2022-06-19 08:24:06 +0000
commit8599af64bc5893ea8e74367dfc9b6d9d6f54c428 (patch)
treefd0dbe82c4fce58b15b002ba03fcd16e05ed7925 /src/stores/AppStore.js
parentAdd manual trigger for GH workflow to publsih homebrew tap [skip ci] (diff)
downloadferdium-app-8599af64bc5893ea8e74367dfc9b6d9d6f54c428.tar.gz
ferdium-app-8599af64bc5893ea8e74367dfc9b6d9d6f54c428.tar.zst
ferdium-app-8599af64bc5893ea8e74367dfc9b6d9d6f54c428.zip
Add ability to enable the progressbar for each service (#301)
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 => ({