Fix for System Tray .Close. Should be calling self.Hide.
This commit is contained in:
parent
a1696a2f02
commit
83e38e793a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue