diff --git a/calibre-plugin/dialogs.py b/calibre-plugin/dialogs.py index 31fa407..6020a05 100644 --- a/calibre-plugin/dialogs.py +++ b/calibre-plugin/dialogs.py @@ -398,6 +398,9 @@ class AddNewDialog(SizePersistedDialog): if not self.merge: self.fileform.setCurrentIndex(self.fileform.findText(self.prefs['fileform'])) + else: + # always epub on self.merge (anthology) + self.fileform.setCurrentIndex(self.fileform.findText('epub')) # add collision options self.set_collisions()