documentation link

This commit is contained in:
Jan Prochazka 2022-01-30 09:46:51 +01:00
parent 03a53b97c3
commit 8a60e54d3b

View File

@ -105,6 +105,12 @@ function buildMenu() {
{
role: 'help',
submenu: [
{
label: 'Documentation',
click() {
electron.shell.openExternal('https://github.com/dbgate/dbgate/wiki');
},
},
{
label: 'dbgate.org',
click() {