Make new windows receive previously triggered update-available events

This commit is contained in:
probablycorey
2014-04-07 14:26:07 -07:00
parent 63e51af87d
commit 7eea30fa7f

View File

@@ -95,6 +95,7 @@ class AtomApplication
addWindow: (window) ->
@windows.push window
@applicationMenu?.enableWindowSpecificItems(true)
@autoUpdateManager.emitUpdateAvailableEvent(window)
# Creates server to listen for additional atom application launches.
#