mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 10:15:20 +00:00
fix #812
This commit is contained in:
parent
5a20d07fb8
commit
3a8b4d4258
1 changed files with 18 additions and 18 deletions
|
@ -465,8 +465,8 @@ class DongleWaitingDialog(QThread):
|
||||||
if BTCHIP:
|
if BTCHIP:
|
||||||
waitDialog = DongleWaitingDialog()
|
waitDialog = DongleWaitingDialog()
|
||||||
|
|
||||||
# Tickle the UI a bit while waiting
|
# Tickle the UI a bit while waiting
|
||||||
class DongleWaitQT(DongleWait):
|
class DongleWaitQT(DongleWait):
|
||||||
def __init__(self, dongle):
|
def __init__(self, dongle):
|
||||||
self.dongle = dongle
|
self.dongle = dongle
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue