We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150700d commit a9a421dCopy full SHA for a9a421d
openandroidinstaller/views/start_view.py
@@ -259,6 +259,8 @@ def search_devices(self, e):
259
f"{device_name} (code: {self.state.config.device_code})"
260
)
261
self.device_name.color = colors.GREEN
262
+ # if there are no steps for bootloader unlocking, assume there is nothing to do and toggle the switch
263
+ self.bootloader_switch.value = True
264
else:
265
# failed to load config
266
logger.error(f"Failed to load config for {device_code}.")
0 commit comments