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 0a182ba commit e150532Copy full SHA for e150532
internal_filesystem/builtin/apps/com.micropythonos.osupdate/assets/osupdate.py
@@ -196,7 +196,7 @@ def update_with_lvgl(self, url):
196
self.update_ui_threadsafe_if_foreground(self.install_button.remove_state, lv.STATE.DISABLED) # allow retry
197
except Exception as e:
198
self.update_ui_threadsafe_if_foreground(self.status_label.set_text, f"Update error: {e}")
199
- self.update_ui_threadsafe_if_foreground(self.install_button.remove_state, lv.STATE.DISABLED)
+ self.update_ui_threadsafe_if_foreground(self.install_button.remove_state, lv.STATE.DISABLED) # allow retry
200
201
# Non-class functions:
202
0 commit comments