fixed hanging issue on press of quit
This commit is contained in:
parent
5754fbb2d5
commit
69c7d9d89e
|
@ -2803,6 +2803,7 @@ class MyForm(settingsmixin.SMainWindow):
|
|||
self.appIndicatorHide()
|
||||
else:
|
||||
# custom quit method
|
||||
self.wait = False
|
||||
self.quit()
|
||||
|
||||
def on_action_InboxMessageForceHtml(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user