Launch RNode flasher directly from utilities

This commit is contained in:
Mark Qvist 2025-01-02 11:25:34 +01:00
parent b80a42947b
commit 19e3364b7f
2 changed files with 9 additions and 1 deletions

View file

@ -64,6 +64,7 @@ class Utilities():
)
def dl_yes(s):
dialog.dismiss()
self.app.wants_flasher_launch = True
self.app.sideband.start_webshare()
def cb(dt):
self.app.repository_action()