mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
adb0859108
commit
d449d6b0bb
@ -123,7 +123,8 @@ class ProceedQuestion(QDialog):
|
||||
self.resize(sz)
|
||||
|
||||
def show_question(self):
|
||||
if self.isVisible(): return
|
||||
if self.isVisible():
|
||||
return
|
||||
if self.questions:
|
||||
question = self.questions[0]
|
||||
self.msg_label.setText(question.msg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user