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