changed help menu

This commit is contained in:
Jan Prochazka
2022-02-03 08:21:48 +01:00
parent 45f03edd9e
commit 354f50d43c

View File

@@ -112,29 +112,30 @@ function buildMenu() {
},
},
{
label: 'dbgate.org',
label: 'DbGate web',
click() {
electron.shell.openExternal('https://dbgate.org');
},
},
{
label: 'DbGate on GitHub',
click() {
electron.shell.openExternal('https://github.com/dbgate/dbgate');
},
},
{
label: 'DbGate on docker hub',
click() {
electron.shell.openExternal('https://hub.docker.com/r/dbgate/dbgate');
},
},
{
label: 'Report problem or feature request',
click() {
electron.shell.openExternal('https://github.com/dbgate/dbgate/issues/new');
},
},
{
label: 'Become sponsor',
click() {
electron.shell.openExternal('https://opencollective.com/dbgate');
},
},
{
label: 'Discussions',
click() {
electron.shell.openExternal('https://github.com/dbgate/dbgate/discussions');
},
},
{ type: 'separator' },
commandItem('tabs.changelog'),
commandItem('about.show'),
],