mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
added low_performance_mode
setting
This commit is contained in:
parent
d7828e0f9e
commit
3decfccb50
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user