Dont abort the quit if the in progress save finishes while the finish saving first popup is visible

This commit is contained in:
Kovid Goyal
2022-06-06 08:30:11 +05:30
parent 491f57b071
commit 741ecc3cce
+1 -1
View File
@@ -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