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