feat(manual): usage manual (help) in menu
This commit is contained in:
@ -43,7 +43,7 @@ export const aboutMenuTemplate = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Donate",
|
label: "Donate",
|
||||||
accelerator: "CmdOrCtrl+]",
|
accelerator: "CmdOrCtrl+*",
|
||||||
click: () => {
|
click: () => {
|
||||||
const win = new BrowserWindow({
|
const win = new BrowserWindow({
|
||||||
parent: BrowserWindow.getFocusedWindow(),
|
parent: BrowserWindow.getFocusedWindow(),
|
||||||
@ -56,6 +56,13 @@ export const aboutMenuTemplate = {
|
|||||||
slashes: true
|
slashes: true
|
||||||
}))
|
}))
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Help",
|
||||||
|
accelerator: "CmdOrCtrl+?",
|
||||||
|
click: () => {
|
||||||
|
shell.openExternal('https://github.com/DEgITx/rats-search/blob/master/docs/MANUAL.md')
|
||||||
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user