forked from LBRYCommunity/lbry-sdk
remove icon
This commit is contained in:
parent
cc9fb3ff41
commit
3ff0916f49
1 changed files with 1 additions and 1 deletions
|
@ -1021,7 +1021,7 @@ class LBRYDaemon(xmlrpc.XMLRPC):
|
||||||
|
|
||||||
class DaemonStatusBarApp(rumps.App):
|
class DaemonStatusBarApp(rumps.App):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(DaemonStatusBarApp, self).__init__("LBRYnet", icon=os.path.join(os.path.expanduser("~"), "Downloads/lbryio/web/img/fav/apple-touch-icon.png"), quit_button=None)
|
super(DaemonStatusBarApp, self).__init__("LBRYnet", quit_button=None)
|
||||||
self.menu = ["Quit"]
|
self.menu = ["Quit"]
|
||||||
# shut down existing instance of lbrynet-daemon if there is one
|
# shut down existing instance of lbrynet-daemon if there is one
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue