mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-31 02:55:19 -04:00
Dont abort the quit if the in progress save finishes while the finish saving first popup is visible
This commit is contained in:
@@ -1877,7 +1877,7 @@ class Boss(QObject):
|
||||
yes_text=_('Finish &saving first'), no_text=_('&Quit immediately')):
|
||||
if self.save_manager.has_tasks:
|
||||
self.start_terminal_save_indicator()
|
||||
return False
|
||||
return False
|
||||
|
||||
if not self.confirm_quit():
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user