0.2.0 release

This commit is contained in:
MikeTheWatchGuy 2018-12-26 16:55:00 -05:00
parent eead09a9e4
commit e2ded5ef51
2 changed files with 12 additions and 4 deletions

View file

@ -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)