mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
removed disussion menu
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user