mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +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:
|
||||
waitDialog = DongleWaitingDialog()
|
||||
|
||||
# Tickle the UI a bit while waiting
|
||||
class DongleWaitQT(DongleWait):
|
||||
# Tickle the UI a bit while waiting
|
||||
class DongleWaitQT(DongleWait):
|
||||
def __init__(self, dongle):
|
||||
self.dongle = dongle
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue