mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:58:59 +08: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
@ -54,8 +54,10 @@ Rectangle {
|
||||
Connections {
|
||||
target: openDialog
|
||||
onHasMesh: {
|
||||
base.fileBaseName = name
|
||||
base.createFileName()
|
||||
if(base.fileBaseName == ''){
|
||||
base.fileBaseName = name
|
||||
base.createFileName()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user