open data files using open dialog in electron + drag & drop in electron without uploading

This commit is contained in:
Jan Prochazka
2021-01-31 09:21:54 +01:00
parent 5c7a011efb
commit 18bf6e5979
5 changed files with 83 additions and 13 deletions

View File

@@ -129,7 +129,7 @@ function buildMenu() {
{
label: 'DbGate on GitHub',
click() {
require('electron').shell.openExternal('https://github.com/dbshell/dbgate');
require('electron').shell.openExternal('https://github.com/dbgate/dbgate');
},
},
{
@@ -141,7 +141,7 @@ function buildMenu() {
{
label: 'Report problem or feature request',
click() {
require('electron').shell.openExternal('https://github.com/dbshell/dbgate/issues/new');
require('electron').shell.openExternal('https://github.com/dbgate/dbgate/issues/new');
},
},
{