Fixes #1981357 [Cannot create catalog with 6.6.0](https://bugs.launchpad.net/calibre/+bug/1981357)
This commit is contained in:
Kovid Goyal 2022-07-12 06:20:46 +05:30
commit fb5c47c17d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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()