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:
@@ -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
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user