diff --git a/src/calibre/gui2/tweak_book/boss.py b/src/calibre/gui2/tweak_book/boss.py index 424a4bd4da..322ab81f6b 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -830,6 +830,7 @@ class Boss(QObject): if self.doing_terminal_save: prints(tb, file=sys.stderr) return + self.gui.action_save.setEnabled(True) error_dialog(self.gui, _('Could not save'), _('Saving of the book failed. Click "Show Details"' ' for more information. You can try to save a copy'