aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions
diff options
context:
space:
mode:
authorLibravatar Danny Qiu <dqiu55@gmail.com>2017-12-29 01:33:42 -0500
committerLibravatar Danny Qiu <dqiu55@gmail.com>2017-12-29 01:33:46 -0500
commit33c6e0af4112a927027a2533dea4bea3750e7865 (patch)
treefabd8a62049a187c70063e14d5171fa65dc1d159 /src/actions
parentDelete session partition with service (diff)
downloadferdium-app-33c6e0af4112a927027a2533dea4bea3750e7865.tar.gz
ferdium-app-33c6e0af4112a927027a2533dea4bea3750e7865.tar.zst
ferdium-app-33c6e0af4112a927027a2533dea4bea3750e7865.zip
Add button to clear global cache and all services
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/app.js b/src/actions/app.js
index e4f648fc9..e6f7f22ba 100644
--- a/src/actions/app.js
+++ b/src/actions/app.js
@@ -25,4 +25,5 @@ export default {
25 overrideSystemMute: PropTypes.bool, 25 overrideSystemMute: PropTypes.bool,
26 }, 26 },
27 toggleMuteApp: {}, 27 toggleMuteApp: {},
28 clearAllCache: {},
28}; 29};