diff --git a/src/background/menu/about_menu_template.js b/src/background/menu/about_menu_template.js index 6279a10..ef30671 100644 --- a/src/background/menu/about_menu_template.js +++ b/src/background/menu/about_menu_template.js @@ -32,7 +32,14 @@ export const aboutMenuTemplate = { win.webContents.on('will-navigate', handleRedirect) win.webContents.on('new-window', handleRedirect) - } + }, + }, + { + label: "Bug Report", + accelerator: "CmdOrCtrl+[", + click: () => { + shell.openExternal('https://github.com/DEgITx/rats-search/issues') + }, } ] };