mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-31 05:51:47 -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: ''
|
text: ''
|
||||||
horizontalAlignment: TextInput.AlignRight
|
horizontalAlignment: TextInput.AlignRight
|
||||||
onTextChanged: Printer.setJobName(text)
|
onTextChanged: Printer.setJobName(text)
|
||||||
|
visible: base.activity
|
||||||
onEditingFinished: {
|
onEditingFinished: {
|
||||||
if (printJobTextfield.text != ''){
|
if (printJobTextfield.text != ''){
|
||||||
printJobTextfield.focus = false
|
printJobTextfield.focus = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue