mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added low_performance_mode
setting
This commit is contained in:
parent
e77d1f8b69
commit
42f3081138
@ -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.",
|
"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"
|
"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",
|
"id": "notifications_sound",
|
||||||
"storaged": true,
|
"storaged": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user