mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
fix context menus and general stuff
This commit is contained in:
@@ -2,12 +2,13 @@ import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import qs.Common
|
||||
import qs.Services
|
||||
import qs.Modules.ProcessList
|
||||
|
||||
ColumnLayout {
|
||||
id: processesTab
|
||||
anchors.fill: parent
|
||||
spacing: Theme.spacingM
|
||||
|
||||
|
||||
property var contextMenu: null
|
||||
|
||||
SystemOverview {
|
||||
@@ -17,6 +18,10 @@ ColumnLayout {
|
||||
ProcessListView {
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
contextMenu: processesTab.contextMenu
|
||||
contextMenu: processesTab.contextMenu || localContextMenu
|
||||
}
|
||||
}
|
||||
|
||||
ProcessContextMenu {
|
||||
id: localContextMenu
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user