Merge pull request #14330 from sindresorhus/quit-menu

Add app name to the Quit menu on macOS
This commit is contained in:
Lee Dohm 2018-10-15 10:36:02 -07:00 committed by GitHub
commit 4ca5d4e9a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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' }
]
}
{