This commit is contained in:
Kovid Goyal 2025-02-06 16:27:37 +05:30
commit 98484d9f88
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1323,6 +1323,7 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
self.istores.join()
wait_for_cleanup()
wait_for_stop()
sys.stdout.flush() # Make sure any buffered prints are written for debug mode
self.shutdown_completed.emit()
return True