1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 06:22:50 -05:00

fix context menus and general stuff

This commit is contained in:
bbedward
2025-07-23 18:30:43 -04:00
parent 4f63d5899b
commit 71f8b8ce9a
22 changed files with 789 additions and 1039 deletions

View File

@@ -27,6 +27,10 @@ DankModal {
function hide() {
processListModal.visible = false;
SystemMonitorService.enableDetailedMonitoring(false);
// Close any open context menus
if (processContextMenu.visible) {
processContextMenu.close();
}
}
function toggle() {
@@ -276,7 +280,7 @@ DankModal {
Component {
id: processesTabComponent
ProcessesTab {
contextMenu: processContextMenuWindow
contextMenu: processContextMenu
}
}
@@ -293,7 +297,7 @@ DankModal {
ProcessContextMenu {
id: processContextMenuWindow
id: processContextMenu
}
IpcHandler {