1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-08 06:25:37 -05:00

control center: open relevant tab based on click area, configurable

icons
This commit is contained in:
bbedward
2025-08-20 13:45:46 -04:00
parent 8c7b72fb6c
commit ee8ab26d45
7 changed files with 386 additions and 10 deletions

View File

@@ -27,6 +27,15 @@ DankPopout {
triggerScreen = screen
}
function openWithTab(tab) {
if (shouldBeVisible) {
close()
} else {
currentTab = tab
open()
}
}
signal powerActionRequested(string action, string title, string message)
signal lockRequested