mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Hide Firmware update dialog on exit
This commit is contained in:
parent
1ee8b4170c
commit
30f586fe4a
@ -311,6 +311,8 @@ class OMVGtk:
|
||||
# try:
|
||||
# except Exception as e:
|
||||
# self.show_message_dialog(gtk.MESSAGE_ERROR, "Failed to update firmware%s"%(e))
|
||||
else:
|
||||
dialog.hide()
|
||||
|
||||
def reset_clicked(self, widget):
|
||||
if (self.connected):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user