mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 19:56:00 +00:00
report problem menu
This commit is contained in:
@@ -138,6 +138,12 @@ function buildMenu() {
|
|||||||
require('electron').shell.openExternal('https://hub.docker.com/r/dbgate/dbgate');
|
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',
|
label: 'About',
|
||||||
click() {
|
click() {
|
||||||
|
|||||||
Reference in New Issue
Block a user