mirror of
https://github.com/atom/atom.git
synced 2026-02-17 18:11:29 -05:00
Merge branch 'master' into dh-expose-updates
This commit is contained in:
committed by
Ben Ogle
parent
adc086d485
commit
3e29cd5762
@@ -307,6 +307,9 @@ class AtomApplication
|
||||
ipcMain.on 'check-for-update', =>
|
||||
@autoUpdateManager.check()
|
||||
|
||||
ipcMain.on 'execute-javascript-in-dev-tools', (event, code) ->
|
||||
event.sender.devToolsWebContents?.executeJavaScript(code)
|
||||
|
||||
setupDockMenu: ->
|
||||
if process.platform is 'darwin'
|
||||
dockMenu = Menu.buildFromTemplate [
|
||||
|
||||
Reference in New Issue
Block a user