bugfix: bless firmware causes hanging progress bar

(cherry picked from commit 1b54536eff)
This commit is contained in:
scgbckbone 2024-10-14 11:22:51 +02:00
parent a76408b335
commit 2efa9e7f27
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ This lists the new changes that have not yet been published in a normal release.
- Bugfix: Sometimes see a struck screen after _Verifying..._ in boot up sequence.
On Q, result is blank screen, on Mk4, result is three-dots screen.
- Bugfix: Do not allow to enable/disable Seed Vault feature when in temporary seed mode
- Bugfix: Bless Firmware causes hanging progress bar
# Mk4 Specific Changes

View File

@ -1739,7 +1739,7 @@ async def bless_flash(*a):
pa.greenlight_firmware()
# redraw our screen
dis.show()
dis.busy_bar(False) # includes dis.show()
def is_psbt(filename):