bugfix: end busy bar when setting nick

This commit is contained in:
scgbckbone 2024-02-21 16:14:30 +01:00 committed by doc-hex
parent 7a76942833
commit 085f703ec9

View File

@ -474,6 +474,7 @@ You can give this Coldcard a nickname and it will be shown before login.''')
nn = nn.strip() if nn else None
s.set('nick', nn)
s.save()
dis.busy_bar(False)
del s