1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-18 09:05:24 -04:00

settings: fix index conflict on battery tab

This commit is contained in:
bbedward
2026-06-17 21:30:52 -04:00
parent 480ffa4ac2
commit 9a4cff4e49
3 changed files with 60 additions and 23 deletions
@@ -690,7 +690,7 @@ FocusScope {
Loader {
id: batteryLoader
anchors.fill: parent
active: root.currentIndex === 37
active: root.currentIndex === 42
visible: active
focus: active
@@ -382,7 +382,7 @@ Rectangle {
"id": "battery",
"text": I18n.tr("Battery"),
"icon": "battery_charging_full",
"tabIndex": 37
"tabIndex": 42
}
]
},