diff --git a/src/main/python/firmware_flasher.py b/src/main/python/firmware_flasher.py index fa68456..2f2fd77 100644 --- a/src/main/python/firmware_flasher.py +++ b/src/main/python/firmware_flasher.py @@ -289,3 +289,4 @@ class FirmwareFlasher(BasicEditor): self.btn_select_file.setEnabled(True) self.btn_flash.setEnabled(True) self.main.unlock_ui() + self.main.on_click_refresh()