mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add missing line to set updateAvailable
This commit is contained in:
@@ -150,6 +150,7 @@ class AtomApplication
|
||||
event.preventDefault()
|
||||
@applicationMenu.showDownloadUpdateItem(version, quitAndUpdateCallback)
|
||||
for window in @windows
|
||||
@updateAvailable = true
|
||||
browserWindow = window.browserWindow
|
||||
ipc.sendChannel browserWindow.getProcessId(), browserWindow.getRoutingId(), 'command', 'window:update-available', version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user