mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 21:56:07 -04:00
Posted event codes and task bar icons
This commit is contained in:
@@ -19,11 +19,12 @@
|
||||
############################################################
|
||||
|
||||
import wx
|
||||
import wx.adv
|
||||
import application
|
||||
import paths
|
||||
import os
|
||||
|
||||
class SysTrayIcon(wx.TaskBarIcon):
|
||||
class SysTrayIcon(wx.adv.TaskBarIcon):
|
||||
|
||||
def __init__(self):
|
||||
super(SysTrayIcon, self).__init__()
|
||||
|
Reference in New Issue
Block a user