mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
removed commented code
This commit is contained in:
parent
f384ddfb1f
commit
db7370aef6
@ -65,96 +65,6 @@ function buildMenu() {
|
||||
return commandItem(item.command);
|
||||
}
|
||||
});
|
||||
// const template = [
|
||||
// {
|
||||
// label: 'File',
|
||||
// submenu: [
|
||||
// commandItem('new.connection'),
|
||||
// commandItem('new.sqliteDatabase'),
|
||||
// commandItem('new.modelCompare'),
|
||||
// commandItem('new.freetable'),
|
||||
// { type: 'separator' },
|
||||
// commandItem('file.open'),
|
||||
// commandItem('file.openArchive'),
|
||||
// { type: 'separator' },
|
||||
// commandItem('group.save'),
|
||||
// commandItem('group.saveAs'),
|
||||
// commandItem('database.search'),
|
||||
// { type: 'separator' },
|
||||
// commandItem('tabs.closeTab'),
|
||||
// commandItem('file.exit'),
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// label: 'Window',
|
||||
// submenu: [commandItem('new.query'), { type: 'separator' }, commandItem('tabs.closeAll'), { role: 'minimize' }],
|
||||
// },
|
||||
|
||||
// // {
|
||||
// // label: 'Edit',
|
||||
// // submenu: [
|
||||
// // { role: 'undo' },
|
||||
// // { role: 'redo' },
|
||||
// // { type: 'separator' },
|
||||
// // { role: 'cut' },
|
||||
// // { role: 'copy' },
|
||||
// // { role: 'paste' },
|
||||
// // ],
|
||||
// // },
|
||||
// {
|
||||
// label: 'View',
|
||||
// submenu: [
|
||||
// { role: 'reload' },
|
||||
// { role: 'forcereload' },
|
||||
// { role: 'toggledevtools' },
|
||||
// { type: 'separator' },
|
||||
// { role: 'resetzoom' },
|
||||
// { role: 'zoomin' },
|
||||
// { role: 'zoomout' },
|
||||
// { type: 'separator' },
|
||||
// { role: 'togglefullscreen' },
|
||||
// commandItem('theme.changeTheme'),
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// role: 'help',
|
||||
// submenu: [
|
||||
// {
|
||||
// label: 'Documentation',
|
||||
// click() {
|
||||
// electron.shell.openExternal('https://github.com/dbgate/dbgate/wiki');
|
||||
// },
|
||||
// },
|
||||
// {
|
||||
// label: 'DbGate web',
|
||||
// click() {
|
||||
// electron.shell.openExternal('https://dbgate.org');
|
||||
// },
|
||||
// },
|
||||
// {
|
||||
// label: 'Report problem or feature request',
|
||||
// click() {
|
||||
// electron.shell.openExternal('https://github.com/dbgate/dbgate/issues/new');
|
||||
// },
|
||||
// },
|
||||
// {
|
||||
// label: 'Become sponsor',
|
||||
// click() {
|
||||
// electron.shell.openExternal('https://opencollective.com/dbgate');
|
||||
// },
|
||||
// },
|
||||
// // {
|
||||
// // label: 'Discussions',
|
||||
// // click() {
|
||||
// // electron.shell.openExternal('https://github.com/dbgate/dbgate/discussions');
|
||||
// // },
|
||||
// // },
|
||||
// { type: 'separator' },
|
||||
// commandItem('tabs.changelog'),
|
||||
// commandItem('about.show'),
|
||||
// ],
|
||||
// },
|
||||
// ];
|
||||
|
||||
return Menu.buildFromTemplate(template);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user