diff --git a/src/calibre/gui2/tweak_book/boss.py b/src/calibre/gui2/tweak_book/boss.py index 5b14a0d691..6a3a07f606 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -1319,7 +1319,8 @@ class Boss(QObject): 'The current book is being saved in the background. Quitting now will' ' abort the save process! Finish saving first?'), yes_text=_('Finish &saving first'), no_text=_('&Quit immediately')): - self.start_terminal_save_indicator() + if self.save_manager.has_tasks: + self.start_terminal_save_indicator() return False if not self.confirm_quit():