From d2b2c29af0e686f9de94dac0d137da8f796a46fb Mon Sep 17 00:00:00 2001 From: Charles Haley Date: Mon, 11 Jul 2022 20:45:12 +0100 Subject: [PATCH] Bug #1981357: Cannot create catalog with 6.0 --- src/calibre/gui2/catalog/catalog_epub_mobi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/catalog/catalog_epub_mobi.py b/src/calibre/gui2/catalog/catalog_epub_mobi.py index 3f51321dac..73f92bfed4 100644 --- a/src/calibre/gui2/catalog/catalog_epub_mobi.py +++ b/src/calibre/gui2/catalog/catalog_epub_mobi.py @@ -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()