From 42f3081138198dbeb7069d07dc86fb0fb6e84ab6 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Mon, 23 Jan 2023 23:15:04 +0000 Subject: [PATCH] added `low_performance_mode` setting --- packages/app/constants/settings/app/index.jsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/app/constants/settings/app/index.jsx b/packages/app/constants/settings/app/index.jsx index 8c436617..857ca0f1 100755 --- a/packages/app/constants/settings/app/index.jsx +++ b/packages/app/constants/settings/app/index.jsx @@ -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,