mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Bug #1981357: Cannot create catalog with 6.0
This commit is contained in:
parent
919f18aa57
commit
d2b2c29af0
@ -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