Fix for System Tray .Close. Should be calling self.Hide.
This commit is contained in:
parent
a1696a2f02
commit
83e38e793a
|
@ -3026,7 +3026,7 @@ class SystemTray:
|
||||||
|
|
||||||
:return:
|
:return:
|
||||||
'''
|
'''
|
||||||
self.TrayIcon.Hide()
|
self.Hide()
|
||||||
# Don't close app because windows could be depending on it
|
# Don't close app because windows could be depending on it
|
||||||
# self.App.quit()
|
# self.App.quit()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue