mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix yes_no_question dialog in qthandler
This commit is contained in:
parent
0eb3b0613e
commit
02db08504c
1 changed files with 1 additions and 1 deletions
|
@ -166,5 +166,5 @@ class QtHandlerBase(QObject, PrintError):
|
|||
self.done.set()
|
||||
|
||||
def win_yes_no_question(self, msg):
|
||||
self.ok = self.top_level_window().question(msg)
|
||||
self.ok = self.win.question(msg)
|
||||
self.done.set()
|
||||
|
|
Loading…
Add table
Reference in a new issue