added low_performance_mode setting

This commit is contained in:
SrGooglo 2023-01-23 23:15:04 +00:00
parent d7828e0f9e
commit 3decfccb50

View File

@ -61,6 +61,16 @@ export default {
"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": "low_performance_mode",
"storaged": true,
"group": "general",
"component": "Switch",
"icon": "MdSlowMotionVideo",
"title": "Low performance mode",
"description": "Enable low performance mode to reduce the memory usage and improve the performance in low-end devices. This will disable some animations and other decorative features.",
"emitEvent": "app.lowPerformanceMode"
},
{
"id": "notifications_sound",
"storaged": true,