mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
removed disussion menu
This commit is contained in:
parent
9bd33a386c
commit
1d52e02107
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user