mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 21:45:38 -05:00
fix context menus and general stuff
This commit is contained in:
@@ -5,7 +5,6 @@ import qs.Services
|
||||
|
||||
Column {
|
||||
id: root
|
||||
property var processContextMenuWindow: null
|
||||
property var contextMenu: null
|
||||
|
||||
Item {
|
||||
@@ -130,8 +129,7 @@ Column {
|
||||
delegate: ProcessListItem {
|
||||
process: modelData
|
||||
contextMenu: root.contextMenu
|
||||
processContextMenuWindow: root.contextMenu
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user