fixed the app closing issue on the press of quit button #1671

Open
navjotcis wants to merge 6 commits from navjotcis/bug-fixes4 into v0.6
Showing only changes of commit 69c7d9d89e - Show all commits

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):