1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 23:12:49 -05:00

Add Media click-through on Dashboard

This commit is contained in:
purian23
2025-09-15 19:52:27 -04:00
parent fff4b8c817
commit 38f61ceae2
3 changed files with 22 additions and 0 deletions

View File

@@ -179,6 +179,11 @@ DankPopout {
tabBar.tabClicked(2)
}
}
onSwitchToMediaTab: {
tabBar.currentIndex = 1
tabBar.tabClicked(1)
}
}
MediaPlayerTab {