Skip to content

Commit

Permalink
Merge pull request atom#14330 from sindresorhus/quit-menu
Browse files Browse the repository at this point in the history
Add app name to the Quit menu on macOS
  • Loading branch information
lee-dohm authored Oct 15, 2018
2 parents d29bb96 + 98062f9 commit 4ca5d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menus/darwin.cson
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{ label: 'Hide Others', command: 'application:hide-other-applications' }
{ label: 'Show All', command: 'application:unhide-all-applications' }
{ type: 'separator' }
{ label: 'Quit', command: 'application:quit' }
{ label: 'Quit Atom', command: 'application:quit' }
]
}
{
Expand Down

0 comments on commit 4ca5d4e

Please sign in to comment.