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