mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 07:22:50 -05:00
processlist: fix context menu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user