small menu tweak

This commit is contained in:
Jeremy Kauffman 2017-10-27 15:11:03 -04:00
parent 12f7d44c43
commit cd4bedc873

View file

@ -78,17 +78,11 @@ const baseTemplate = [
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'
},
{
label: 'Quickstart Guide',
label: 'Developer API Guide',
click(item, focusedWindow){
shell.openExternal('https://lbry.io/quickstart')
}