mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Edit book: Fix regression that caused program to stop responding when quitting via File->Quit
This commit is contained in:
parent
1064178e9b
commit
1bfc388e4b
@ -1240,6 +1240,7 @@ class Boss(QObject):
|
|||||||
QTimer.singleShot(50, self.check_terminal_save)
|
QTimer.singleShot(50, self.check_terminal_save)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
self.shutdown()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def check_terminal_save(self):
|
def check_terminal_save(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user