Skip to content

Commit

Permalink
feat(menu): report bug in application
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Mar 1, 2018
1 parent 5b80943 commit 1a8af14
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/background/menu/about_menu_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
},
}
]
};

0 comments on commit 1a8af14

Please sign in to comment.