mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-03 12:03:57 -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 {
|
PrintJobContextMenuItem {
|
||||||
|
enabled: printJob && !running;
|
||||||
onClicked: {
|
onClicked: {
|
||||||
deleteConfirmationDialog.visible = true;
|
deleteConfirmationDialog.visible = true;
|
||||||
popup.close();
|
popup.close();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue