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