mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 10:15:20 +00:00
follow-up 66cfc3ea37
This commit is contained in:
parent
1981aa7d5c
commit
6e0650b909
1 changed files with 2 additions and 1 deletions
|
@ -93,6 +93,7 @@ class QtHandlerBase(QObject, PrintError):
|
||||||
def show_error(self, msg, blocking=False):
|
def show_error(self, msg, blocking=False):
|
||||||
self.done.clear()
|
self.done.clear()
|
||||||
self.error_signal.emit(msg, blocking)
|
self.error_signal.emit(msg, blocking)
|
||||||
|
if blocking:
|
||||||
self.done.wait()
|
self.done.wait()
|
||||||
|
|
||||||
def finished(self):
|
def finished(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue