Fix for System Tray .Close. Should be calling self.Hide.

This commit is contained in:
MikeTheWatchGuy 2019-04-24 13:54:12 -04:00
parent a1696a2f02
commit 83e38e793a
1 changed files with 1 additions and 1 deletions

View File

@ -3026,7 +3026,7 @@ class SystemTray:
:return:
'''
self.TrayIcon.Hide()
self.Hide()
# Don't close app because windows could be depending on it
# self.App.quit()