mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -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:
parent
491f57b071
commit
741ecc3cce
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user