mirror of
https://github.com/atom/atom.git
synced 2026-02-18 10:31:54 -05:00
Replace Atom Shell with Atom in menu text
This commit is contained in:
@@ -118,7 +118,7 @@ class AtomApplication
|
||||
{ type: 'separator' }
|
||||
{ label: 'Preferences...', accelerator: 'Command+,', click: => @openConfig() }
|
||||
{ type: 'separator' }
|
||||
{ label: 'Hide Atom Shell', accelerator: 'Command+H', selector: 'hide:' }
|
||||
{ label: 'Hide Atom', accelerator: 'Command+H', selector: 'hide:' }
|
||||
{ label: 'Hide Others', accelerator: 'Command+Shift+H', selector: 'hideOtherApplications:' }
|
||||
{ label: 'Show All', selector: 'unhideAllApplications:' }
|
||||
{ type: 'separator' }
|
||||
|
||||
Reference in New Issue
Block a user