diff --git a/Printer.qml b/Printer.qml index 0283e2d1fc..26639f27da 100644 --- a/Printer.qml +++ b/Printer.qml @@ -232,6 +232,15 @@ UM.MainWindow { MenuItem { action: actions.deleteSelection; } } + Connections { + target: UM.Controller + onContextMenuRequested: { + if(id == 0) { + contextMenu.popup(); + } + } + } + FileDialog { id: openDialog;