0.2.0 release
This commit is contained in:
parent
eead09a9e4
commit
e2ded5ef51
2 changed files with 12 additions and 4 deletions
|
@ -2545,7 +2545,7 @@ class SystemTray:
|
|||
self.filename = filename
|
||||
self.data_base64 = data_base64
|
||||
self.tooltip = tooltip or wx.EmptyString
|
||||
|
||||
|
||||
if filename:
|
||||
self.icon = wx.Icon(filename, wx.BITMAP_TYPE_ICO)
|
||||
self.SetIcon(self.icon, tooltip=self.tooltip)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue