small menu tweak
This commit is contained in:
parent
12f7d44c43
commit
cd4bedc873
1 changed files with 1 additions and 7 deletions
|
@ -78,17 +78,11 @@ const baseTemplate = [
|
||||||
shell.openExternal('https://lbry.io/faq/contributing#report-a-bug');
|
shell.openExternal('https://lbry.io/faq/contributing#report-a-bug');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: 'Search Issues',
|
|
||||||
click(item, focusedWindow){
|
|
||||||
shell.openExternal('https://github.com/lbryio/lbry-app/issues')
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: 'separator'
|
type: 'separator'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Quickstart Guide',
|
label: 'Developer API Guide',
|
||||||
click(item, focusedWindow){
|
click(item, focusedWindow){
|
||||||
shell.openExternal('https://lbry.io/quickstart')
|
shell.openExternal('https://lbry.io/quickstart')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue