removed disussion menu

This commit is contained in:
Jan Prochazka
2022-02-03 14:27:10 +01:00
parent 9bd33a386c
commit 1d52e02107

View File

@@ -129,12 +129,12 @@ function buildMenu() {
electron.shell.openExternal('https://opencollective.com/dbgate'); electron.shell.openExternal('https://opencollective.com/dbgate');
}, },
}, },
{ // {
label: 'Discussions', // label: 'Discussions',
click() { // click() {
electron.shell.openExternal('https://github.com/dbgate/dbgate/discussions'); // electron.shell.openExternal('https://github.com/dbgate/dbgate/discussions');
}, // },
}, // },
{ type: 'separator' }, { type: 'separator' },
commandItem('tabs.changelog'), commandItem('tabs.changelog'),
commandItem('about.show'), commandItem('about.show'),