fixed hanging issue on press of quit

This commit is contained in:
navjot 2020-10-17 15:52:34 +05:30
parent 5754fbb2d5
commit 69c7d9d89e
No known key found for this signature in database
GPG Key ID: 9EE70AFD71357F1C
1 changed files with 1 additions and 0 deletions

View File

@ -2803,6 +2803,7 @@ class MyForm(settingsmixin.SMainWindow):
self.appIndicatorHide()
else:
# custom quit method
self.wait = False
self.quit()
def on_action_InboxMessageForceHtml(self):