Close system tray icon on shutdown

This commit is contained in:
JonnyWong16 2018-08-13 23:57:26 -07:00
commit 1bd7cf4d4c
5 changed files with 496 additions and 250 deletions

2
lib/systray/__init__.py Normal file
View file

@ -0,0 +1,2 @@
__import__("pkg_resources").declare_namespace(__name__)
from .traybar import SysTrayIcon