mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Fix override dialog box
Contributes to CL-897
This commit is contained in:
parent
a247fe204f
commit
8662e1a125
2 changed files with 1 additions and 257 deletions
|
@ -425,7 +425,7 @@ Item {
|
|||
onYes: OutputDevice.forceSendJob(printJob.key);
|
||||
standardButtons: StandardButton.Yes | StandardButton.No;
|
||||
text: {
|
||||
if (!root.job) {
|
||||
if (!printJob) {
|
||||
return "";
|
||||
}
|
||||
var printJobName = formatPrintJobName(printJob.name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue