mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:48:58 +08:00
Hide jobname when no object is loaded
This commit is contained in:
parent
e7fc881440
commit
03d44e735b
@ -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…
x
Reference in New Issue
Block a user