mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 00:43:32 +02:00
Bulk metadata edit dialog: Fix customize cover generation button hidden
This commit is contained in:
parent
24e1fa90d1
commit
4d992eaa69
1 changed files with 0 additions and 1 deletions
|
|
@ -555,7 +555,6 @@ def __init__(self, window, rows, model, tab, refresh_books):
|
|||
self.languages.setEditText('')
|
||||
self.authors.setFocus(Qt.OtherFocusReason)
|
||||
self.generate_cover_settings = None
|
||||
self.button_config_cover_gen.setVisible(False)
|
||||
self.button_config_cover_gen.clicked.connect(self.customize_cover_generation)
|
||||
self.exec_()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue