mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix a regression in 2.25 that broke the search & replace wizard in the conversion dialog when converting a book with multiple formats
This commit is contained in:
parent
2be2fb844d
commit
be71fa747e
@ -43,7 +43,8 @@ class ChooseFormatDialog(QDialog):
|
||||
self._formats = formats
|
||||
self.formats.setCurrentRow(0)
|
||||
self._format = self.open_with_format = None
|
||||
self.populate_open_with()
|
||||
if show_open_with:
|
||||
self.populate_open_with()
|
||||
|
||||
def populate_open_with(self):
|
||||
from calibre.gui2.open_with import populate_menu, edit_programs
|
||||
|
Loading…
x
Reference in New Issue
Block a user