Eject message is now hidden when eject is done

CURA-2200
This commit is contained in:
Jaime van Kessel 2016-08-26 16:23:23 +02:00
parent fcfbf78f9e
commit 7a7b634108
2 changed files with 4 additions and 3 deletions

View file

@ -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()