mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Do show "delete" on print jobs waiting for configuration change
Contributes to CL-1118
This commit is contained in:
parent
ac7a566ae1
commit
7960772ac8
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ Item {
|
|||
}
|
||||
|
||||
PrintJobContextMenuItem {
|
||||
enabled: printJob && !running;
|
||||
onClicked: {
|
||||
deleteConfirmationDialog.visible = true;
|
||||
popup.close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue