mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-18 08:53:15 +02:00
...
This commit is contained in:
parent
adb0859108
commit
d449d6b0bb
1 changed files with 2 additions and 1 deletions
|
|
@ -123,7 +123,8 @@ def do_resize(self):
|
|||
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…
Reference in a new issue