mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 15:55:57 +08:00
Do show "delete" on print jobs waiting for configuration change
Contributes to CL-1118
This commit is contained in:
parent
ac7a566ae1
commit
7960772ac8
@ -118,6 +118,7 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
PrintJobContextMenuItem {
|
PrintJobContextMenuItem {
|
||||||
|
enabled: printJob && !running;
|
||||||
onClicked: {
|
onClicked: {
|
||||||
deleteConfirmationDialog.visible = true;
|
deleteConfirmationDialog.visible = true;
|
||||||
popup.close();
|
popup.close();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user