1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

ipc/focus: add focusOrToggle to settings and processlist

This commit is contained in:
bbedward
2025-12-01 23:16:06 -05:00
parent 89aa146845
commit 344c4f9385
8 changed files with 66 additions and 8 deletions

View File

@@ -99,7 +99,7 @@ Rectangle {
backgroundColor: "transparent"
onClicked: {
root.settingsButtonClicked();
PopoutService.openSettings();
PopoutService.focusOrToggleSettings();
}
}