mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Makes that only the name of the first model is displayed in the Printjob Name textfield.
fixes #224
This commit is contained in:
parent
152406cd44
commit
9258501a3a
1 changed files with 4 additions and 2 deletions
|
|
@ -54,8 +54,10 @@ Rectangle {
|
|||
Connections {
|
||||
target: openDialog
|
||||
onHasMesh: {
|
||||
base.fileBaseName = name
|
||||
base.createFileName()
|
||||
if(base.fileBaseName == ''){
|
||||
base.fileBaseName = name
|
||||
base.createFileName()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue