bugfix: bless firmware causes hanging progress bar

This commit is contained in:
scgbckbone 2024-10-14 11:22:51 +02:00 committed by doc-hex
parent d1d104cb7e
commit 1b54536eff
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,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

@ -1731,7 +1731,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):