mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Make new windows receive previously triggered update-available events
This commit is contained in:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user