diff --git a/packages/app/constants/settings/app/index.jsx b/packages/app/constants/settings/app/index.jsx index 8297f059..abf36375 100755 --- a/packages/app/constants/settings/app/index.jsx +++ b/packages/app/constants/settings/app/index.jsx @@ -58,6 +58,16 @@ export default [ } } }, + { + "id": "clear_internal_storage", + "storaged": false, + "group": "general", + "component": "Button", + "icon": "MdDelete", + "title": "Clear internal storage", + "description": "Clear all the data stored in the internal storage, including your current session. It will not affect the data stored in the cloud.", + "emitEvent": "app.clearInternalStorage" + }, { "id": "notifications_sound", "storaged": true,