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