1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-09 15:08:31 -04:00

fix(settings): battery tab items not in search (#2794)

(cherry picked from commit 4bdb7d17b2)
This commit is contained in:
Scott McKendry
2026-07-11 02:17:51 +12:00
committed by purian23
parent 3d60f35683
commit 5a169bea72
2 changed files with 343 additions and 2 deletions
@@ -134,6 +134,7 @@ TAB_INDEX_MAP = {
"DefaultAppsTab.qml": 34,
"UsersTab.qml": 35,
"AutoStartTab.qml": 36,
"BatteryTab.qml": 42,
}
TAB_CATEGORY_MAP = {
@@ -178,6 +179,7 @@ TAB_CATEGORY_MAP = {
39: "Network",
40: "Network",
41: "Network",
42: "Power & Security",
43: "Dank Dash",
}