summaryrefslogtreecommitdiffstats
path: root/iw/bootloader_main_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/bootloader_main_gui.py')
-rw-r--r--iw/bootloader_main_gui.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/iw/bootloader_main_gui.py b/iw/bootloader_main_gui.py
index de1273372..f0fdd249e 100644
--- a/iw/bootloader_main_gui.py
+++ b/iw/bootloader_main_gui.py
@@ -48,6 +48,9 @@ class MainBootloaderWindow(InstallWindow):
# screen and don't worry about other options
self.dispatch.skipStep("instbootloader", skip = 1)
self.dispatch.skipStep("bootloaderadvanced", skip = 1)
+
+ # kind of a hack...
+ self.bl.defaultDevice = None
return
else:
self.dispatch.skipStep("instbootloader", skip = 0)