mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Properly emit writeStarted in RemovableDriveOutputDevice
Contributes to CURA-319
This commit is contained in:
parent
33d0db8ed5
commit
3029409b89
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ class RemovableDriveOutputDevice(OutputDevice):
|
||||||
message = Message(catalog.i18nc("@info:progress", "Saving to Removable Drive <filename>{0}</filename>").format(self.getName()), 0, False, -1)
|
message = Message(catalog.i18nc("@info:progress", "Saving to Removable Drive <filename>{0}</filename>").format(self.getName()), 0, False, -1)
|
||||||
message.show()
|
message.show()
|
||||||
|
|
||||||
|
self.writeStarted.emit(self)
|
||||||
|
|
||||||
job._message = message
|
job._message = message
|
||||||
job.start()
|
job.start()
|
||||||
except PermissionError as e:
|
except PermissionError as e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue