mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Eject message is now hidden when eject is done
CURA-2200
This commit is contained in:
parent
fcfbf78f9e
commit
7a7b634108
2 changed files with 4 additions and 3 deletions
|
@ -51,6 +51,7 @@ class RemovableDrivePlugin(OutputDevicePlugin):
|
|||
else:
|
||||
message = Message(catalog.i18nc("@info:status", "Failed to eject {0}. Maybe it is still in use?").format(device.getName()))
|
||||
message.show()
|
||||
return result
|
||||
|
||||
def performEjectDevice(self, device):
|
||||
raise NotImplementedError()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue