mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Fix #1313567 [Editor save button greyed out after failed save](https://bugs.launchpad.net/calibre/+bug/1313567)
This commit is contained in:
parent
4ef845f592
commit
4f55ec153b
@ -830,6 +830,7 @@ class Boss(QObject):
|
|||||||
if self.doing_terminal_save:
|
if self.doing_terminal_save:
|
||||||
prints(tb, file=sys.stderr)
|
prints(tb, file=sys.stderr)
|
||||||
return
|
return
|
||||||
|
self.gui.action_save.setEnabled(True)
|
||||||
error_dialog(self.gui, _('Could not save'),
|
error_dialog(self.gui, _('Could not save'),
|
||||||
_('Saving of the book failed. Click "Show Details"'
|
_('Saving of the book failed. Click "Show Details"'
|
||||||
' for more information. You can try to save a copy'
|
' for more information. You can try to save a copy'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user