mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 20:13:40 +02:00
...
This commit is contained in:
parent
2894d1100f
commit
d2e1dc3bc6
1 changed files with 1 additions and 0 deletions
|
|
@ -344,6 +344,7 @@ def question_dialog(parent, title, msg, det_msg='', show_copy_button=False,
|
|||
tc.setVisible(True)
|
||||
tc.setText(skip_dialog_msg)
|
||||
tc.setChecked(bool(skip_dialog_skip_precheck))
|
||||
d.resize_needed.emit()
|
||||
|
||||
ret = d.exec_() == d.Accepted
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue