aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions
diff options
context:
space:
mode:
authorLibravatar Ricardo Cino <ricardo@cino.io>2022-06-27 00:02:24 +0200
committerLibravatar GitHub <noreply@github.com>2022-06-26 22:02:24 +0000
commit43acb4145e0d19ec9a28a59583510499af624fb7 (patch)
treeb6e0a17424b936f9478c41785c2cdee208d50d26 /src/actions
parentchore: turned all auth containers into typescript (#375) (diff)
downloadferdium-app-43acb4145e0d19ec9a28a59583510499af624fb7.tar.gz
ferdium-app-43acb4145e0d19ec9a28a59583510499af624fb7.tar.zst
ferdium-app-43acb4145e0d19ec9a28a59583510499af624fb7.zip
feat: remember collapsed state of hamburger menu on refresh/reboot (#373)
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/app.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/app.ts b/src/actions/app.ts
index a798a8b0b..2e60c9327 100644
--- a/src/actions/app.ts
+++ b/src/actions/app.ts
@@ -26,5 +26,6 @@ export default <ActionDefinitions>{
26 overrideSystemMute: PropTypes.bool, 26 overrideSystemMute: PropTypes.bool,
27 }, 27 },
28 toggleMuteApp: {}, 28 toggleMuteApp: {},
29 toggleCollapseMenu: {},
29 clearAllCache: {}, 30 clearAllCache: {},
30}; 31};