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');
},
},
{
label: 'Discussions',
click() {
electron.shell.openExternal('https://github.com/dbgate/dbgate/discussions');
},
},
// {
// label: 'Discussions',
// click() {
// electron.shell.openExternal('https://github.com/dbgate/dbgate/discussions');
// },
// },
{ type: 'separator' },
commandItem('tabs.changelog'),
commandItem('about.show'),