mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Don't auto check when setting feed URL
This commit is contained in:
@@ -7,9 +7,6 @@ class AutoUpdater
|
||||
_.extend @prototype, EventEmitter.prototype
|
||||
|
||||
setFeedUrl: (@updateUrl) ->
|
||||
if @updateUrl
|
||||
# Schedule an update when the feed URL is set
|
||||
process.nextTick => @checkForUpdates()
|
||||
|
||||
quitAndInstall: ->
|
||||
unless SquirrelUpdate.existsSync()
|
||||
|
||||
Reference in New Issue
Block a user