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

processlist: fix context menu

This commit is contained in:
bbedward
2025-07-16 21:09:08 -04:00
parent 2f7e00a5a5
commit b3db4a3015
3 changed files with 3 additions and 24 deletions

View File

@@ -19,7 +19,6 @@ PanelWindow {
// Monitor process dropdown visibility to enable/disable process monitoring
onIsVisibleChanged: {
console.log("Process dropdown", isVisible ? "opened" : "closed")
ProcessMonitorService.enableMonitoring(isVisible)
}
@@ -122,6 +121,7 @@ PanelWindow {
}
}
// Click inside dropdown - consume the event
MouseArea {
anchors.fill: parent