mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-26 21:15:18 -04:00
feat(DankDash): configurable drag-n-drop tab arrangement & hide options in dms settings
This commit is contained in:
@@ -178,6 +178,7 @@ TAB_CATEGORY_MAP = {
|
||||
39: "Network",
|
||||
40: "Network",
|
||||
41: "Network",
|
||||
43: "Dank Dash",
|
||||
}
|
||||
|
||||
SEARCHABLE_COMPONENTS = [
|
||||
|
||||
@@ -9124,5 +9124,16 @@
|
||||
"settings"
|
||||
],
|
||||
"icon": "battery_charging_full"
|
||||
},
|
||||
{
|
||||
"section": "_tab_43",
|
||||
"label": "Dank Dash",
|
||||
"tabIndex": 43,
|
||||
"category": "Dank Dash",
|
||||
"keywords": [
|
||||
"dank",
|
||||
"dash"
|
||||
],
|
||||
"icon": "space_dashboard"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user