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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user