mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1981357 [Cannot create catalog with 6.6.0](https://bugs.launchpad.net/calibre/+bug/1981357)
This commit is contained in:
commit
fb5c47c17d
@ -616,7 +616,7 @@ class PluginWidget(QWidget,Ui_Form):
|
||||
'''
|
||||
Update catalog options from current preset
|
||||
'''
|
||||
if idx < 0:
|
||||
if idx <= 0:
|
||||
return
|
||||
|
||||
current_preset = self.preset_field.currentText()
|
||||
|
Loading…
x
Reference in New Issue
Block a user