diff --git a/releases/Next-ChangeLog.md b/releases/Next-ChangeLog.md index 1fe2be0c..4a8af1cd 100644 --- a/releases/Next-ChangeLog.md +++ b/releases/Next-ChangeLog.md @@ -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 diff --git a/shared/actions.py b/shared/actions.py index 51960b17..52e93e61 100644 --- a/shared/actions.py +++ b/shared/actions.py @@ -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):