mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix crash in create catalog dialog if changing from EPUB to MOBI and then switching tabs
This commit is contained in:
parent
e501fa8d86
commit
b8832d5a31
@ -33,6 +33,7 @@ class PluginWidget(QWidget,Ui_Form):
|
|||||||
TITLE = _('E-book options')
|
TITLE = _('E-book options')
|
||||||
HELP = _('Options specific to')+' AZW3/EPUB/MOBI '+_('output')
|
HELP = _('Options specific to')+' AZW3/EPUB/MOBI '+_('output')
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
|
handles_scrolling = True
|
||||||
|
|
||||||
# Output synced to the connected device?
|
# Output synced to the connected device?
|
||||||
sync_enabled = True
|
sync_enabled = True
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user