mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Hide jobname when no object is loaded
This commit is contained in:
parent
e7fc881440
commit
03d44e735b
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ Rectangle {
|
|||
text: ''
|
||||
horizontalAlignment: TextInput.AlignRight
|
||||
onTextChanged: Printer.setJobName(text)
|
||||
visible: base.activity
|
||||
onEditingFinished: {
|
||||
if (printJobTextfield.text != ''){
|
||||
printJobTextfield.focus = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue