forked from LBRYCommunity/lbry-sdk
Rename to just Open
This commit is contained in:
parent
d8cb62a92c
commit
5bfb067d0f
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ def main():
|
||||||
|
|
||||||
icon = os.path.join(ICON_PATH, 'lbry16.ico')
|
icon = os.path.join(ICON_PATH, 'lbry16.ico')
|
||||||
hover_text = APP_NAME
|
hover_text = APP_NAME
|
||||||
menu_options = (('Open UI', icon, openui_),)
|
menu_options = (('Open', icon, openui_),)
|
||||||
|
|
||||||
if not test_internet_connection():
|
if not test_internet_connection():
|
||||||
log.warn('No Internet Connection')
|
log.warn('No Internet Connection')
|
||||||
|
|
Loading…
Add table
Reference in a new issue