mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add pane:close to atom-pane context menu (Linux)
This commit is contained in:
@@ -174,6 +174,7 @@
|
||||
{label: 'Split Down', command: 'pane:split-down'}
|
||||
{label: 'Split Left', command: 'pane:split-left'}
|
||||
{label: 'Split Right', command: 'pane:split-right'}
|
||||
{label: 'Close Pane', command: 'pane:close'}
|
||||
{type: 'separator'}
|
||||
]
|
||||
'atom-pane': [
|
||||
@@ -182,5 +183,6 @@
|
||||
{label: 'Split Down', command: 'pane:split-down'}
|
||||
{label: 'Split Left', command: 'pane:split-left'}
|
||||
{label: 'Split Right', command: 'pane:split-right'}
|
||||
{label: 'Close Pane', command: 'pane:close'}
|
||||
{type: 'separator'}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user