mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
tabstrips
This commit is contained in:
@@ -19,8 +19,8 @@ module.exports = [
|
||||
label: 'Window',
|
||||
submenu: [
|
||||
{ command: 'new.query', hideDisabled: true },
|
||||
{ command: 'new.modelCompare', hideDisabled: true },
|
||||
{ command: 'new.freetable', hideDisabled: true },
|
||||
{ command: 'new.shell', hideDisabled: true },
|
||||
{ divider: true },
|
||||
{ command: 'tabs.closeTab', hideDisabled: true },
|
||||
{ command: 'tabs.closeAll', hideDisabled: true },
|
||||
@@ -50,6 +50,14 @@ module.exports = [
|
||||
{ command: 'settings.show' },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'Tools',
|
||||
submenu: [
|
||||
{ command: 'sql.generator' },
|
||||
{ command: 'file.import' },
|
||||
{ command: 'new.modelCompare' },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: 'Help',
|
||||
submenu: [
|
||||
|
||||
Reference in New Issue
Block a user