mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 08:13:57 +00:00
changed help menu
This commit is contained in:
@@ -112,29 +112,30 @@ function buildMenu() {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'dbgate.org',
|
label: 'DbGate web',
|
||||||
click() {
|
click() {
|
||||||
electron.shell.openExternal('https://dbgate.org');
|
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',
|
label: 'Report problem or feature request',
|
||||||
click() {
|
click() {
|
||||||
electron.shell.openExternal('https://github.com/dbgate/dbgate/issues/new');
|
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('tabs.changelog'),
|
||||||
commandItem('about.show'),
|
commandItem('about.show'),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user