mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:09:01 +08:00
The print job name changes to empty when there is no mesh.
Only the machine abbreviation remains. fixes #CURA-122
This commit is contained in:
parent
4ceb48c3fd
commit
58d5487eb9
@ -61,6 +61,13 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
|
||||
onActivityChanged: {
|
||||
if (activity == false){
|
||||
base.fileBaseName = ''
|
||||
base.createFileName()
|
||||
}
|
||||
}
|
||||
|
||||
Rectangle{
|
||||
id: printJobRow
|
||||
implicitWidth: base.width;
|
||||
|
Loading…
x
Reference in New Issue
Block a user