1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-25 12:35:21 -04:00

dms(settings): few misc tweaks

This commit is contained in:
purian23
2026-06-25 00:22:19 -04:00
parent 838d21aae8
commit 1e7ee25e13
3 changed files with 216 additions and 216 deletions
@@ -366,6 +366,12 @@ Rectangle {
"icon": "security",
"collapsedByDefault": true,
"children": [
{
"id": "battery",
"text": I18n.tr("Battery"),
"icon": "battery_charging_full",
"tabIndex": 42
},
{
"id": "lock_screen",
"text": I18n.tr("Lock Screen"),
@@ -383,12 +389,6 @@ Rectangle {
"text": I18n.tr("Power & Sleep"),
"icon": "power_settings_new",
"tabIndex": 21
},
{
"id": "battery",
"text": I18n.tr("Battery"),
"icon": "battery_charging_full",
"tabIndex": 42
}
]
},