aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/app.js')
-rw-r--r--src/actions/app.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/actions/app.js b/src/actions/app.js
index 5db4b739e..25ff9344d 100644
--- a/src/actions/app.js
+++ b/src/actions/app.js
@@ -20,4 +20,8 @@ export default {
20 resetUpdateStatus: {}, 20 resetUpdateStatus: {},
21 installUpdate: {}, 21 installUpdate: {},
22 healthCheck: {}, 22 healthCheck: {},
23 muteApp: {
24 isMuted: PropTypes.bool.isRequired,
25 },
26 toggleMuteApp: {},
23}; 27};