mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
macapp: new mac icon
this provides a new icon for the .app bundle also removes the setting of the dock icon from within wx (which previously used a different icon)
This commit is contained in:
parent
8815b30b9b
commit
bd58f6f799
Binary file not shown.
@ -406,7 +406,7 @@ class MacGuiApp(wx.App):
|
||||
|
||||
def setup_dock_icon(self):
|
||||
self.tbicon = wx.TaskBarIcon()
|
||||
self.tbicon.SetIcon(amdicon.getIcon(), "Allmydata Tahoe")
|
||||
#self.tbicon.SetIcon(amdicon.getIcon(), "Allmydata Tahoe")
|
||||
wx.EVT_TASKBAR_RIGHT_UP(self.tbicon, self.on_dock_menu)
|
||||
|
||||
def setup_app_menu(self, frame):
|
||||
|
Loading…
x
Reference in New Issue
Block a user