mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-02-03 18:57:38 +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',
|
role: 'help',
|
||||||
submenu: [
|
submenu: [
|
||||||
|
{
|
||||||
|
label: 'Hyperspace Docs',
|
||||||
|
click () { require('electron').shell.openExternal('https://hyperspace.marquiskurt.net/docs/') }
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Report a Bug',
|
label: 'Report a Bug',
|
||||||
click () { require('electron').shell.openExternal('https://github.com/hyperspacedev/hyperspace/issues') }
|
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…
x
Reference in New Issue
Block a user