diff --git a/resources/qml/JobSpecs.qml b/resources/qml/JobSpecs.qml index 7f8dc119ea..f27b046355 100644 --- a/resources/qml/JobSpecs.qml +++ b/resources/qml/JobSpecs.qml @@ -130,10 +130,7 @@ Rectangle { text: '' horizontalAlignment: TextInput.AlignRight onTextChanged: { - if(text != ''){ - //Prevent that jobname is set to an empty string - Printer.setJobName(text) - } + Printer.setJobName(text) } onEditingFinished: { if (printJobTextfield.text != ''){