report problem menu

This commit is contained in:
Jan Prochazka
2021-01-31 07:08:15 +01:00
parent 4e350e99c4
commit 5c7a011efb

View File

@@ -138,6 +138,12 @@ function buildMenu() {
require('electron').shell.openExternal('https://hub.docker.com/r/dbgate/dbgate');
},
},
{
label: 'Report problem or feature request',
click() {
require('electron').shell.openExternal('https://github.com/dbshell/dbgate/issues/new');
},
},
{
label: 'About',
click() {