mirror of
https://github.com/atom/atom.git
synced 2026-01-30 01:08:31 -05:00
Allow updates to the application menu
This commit is contained in:
@@ -165,7 +165,7 @@ class AtomApplication
|
||||
else
|
||||
@promptForPath()
|
||||
|
||||
ipc.once 'update-application-menu', (processId, routingId, template, keystrokesByCommand) =>
|
||||
ipc.on 'update-application-menu', (processId, routingId, template, keystrokesByCommand) =>
|
||||
@applicationMenu.update(template, keystrokesByCommand)
|
||||
|
||||
ipc.on 'run-package-specs', (processId, routingId, specDirectory) =>
|
||||
|
||||
Reference in New Issue
Block a user