From 094770b782a81246808272f5102d1759b4286d1f Mon Sep 17 00:00:00 2001 From: srgooglo Date: Sat, 4 Jun 2022 21:13:56 +0200 Subject: [PATCH] added `postCard_expansible_actions` setting --- packages/app/constants/settings/app/index.jsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/app/constants/settings/app/index.jsx b/packages/app/constants/settings/app/index.jsx index e33f1ae2..c588fc70 100644 --- a/packages/app/constants/settings/app/index.jsx +++ b/packages/app/constants/settings/app/index.jsx @@ -144,5 +144,16 @@ export default [ "icon": "MdPhotoCameraBack", "group": "posts", "storaged": true, - } + "emitEvent": "router.forceUpdate" + }, + { + "id": "postCard_expansible_actions", + "title": "Expansible actions", + "description": "Automatically show or hide the actions bar", + "component": "Switch", + "icon": "MdCallToAction", + "group": "posts", + "storaged": true, + "emitEvent": "router.forceUpdate" + }, ] \ No newline at end of file