added clear_internal_storage setting

This commit is contained in:
SrGooglo 2022-11-21 12:01:59 +00:00
parent 2e2a468531
commit ec9ad4c63d

View File

@ -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,