mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Do not change prefix for user-specified job names
CURA-5280
This commit is contained in:
parent
0d55b8b440
commit
689b88a024
2 changed files with 20 additions and 12 deletions
|
@ -81,7 +81,7 @@ Item {
|
|||
text: PrintInformation.jobName
|
||||
horizontalAlignment: TextInput.AlignRight
|
||||
onTextChanged: {
|
||||
PrintInformation.setJobName(text);
|
||||
PrintInformation.setJobName(text, true);
|
||||
}
|
||||
onEditingFinished: {
|
||||
if (printJobTextfield.text != ''){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue