diff --git a/src/calibre/gui2/tweak_book/boss.py b/src/calibre/gui2/tweak_book/boss.py index 36f84502e6..98ca3a3684 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -1240,6 +1240,7 @@ class Boss(QObject): QTimer.singleShot(50, self.check_terminal_save) return False + self.shutdown() return True def check_terminal_save(self):