mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-01-24 14:11:36 +01:00
Add 'Hyperspace Docs' entry to Help (#73)
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
This commit is contained in:
parent
73ad78ccba
commit
b47765420d
@ -337,9 +337,18 @@ function createMenubar() {
|
||||
{
|
||||
role: 'help',
|
||||
submenu: [
|
||||
{
|
||||
label: 'Hyperspace Docs',
|
||||
click () { require('electron').shell.openExternal('https://hyperspace.marquiskurt.net/docs/') }
|
||||
},
|
||||
{
|
||||
label: 'Report a Bug',
|
||||
click () { require('electron').shell.openExternal('https://github.com/hyperspacedev/hyperspace/issues') }
|
||||
},
|
||||
{ type: 'separator' },
|
||||
{
|
||||
label: 'Acknowledgements',
|
||||
click () { require('electron').shell.openExternal('https://github.com/hyperspacedev/hyperspace/blob/master/patreon.md') }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user