diff --git a/src/flux/stores/file-download-store.coffee b/src/flux/stores/file-download-store.coffee index 082b04c04..89a5adfad 100644 --- a/src/flux/stores/file-download-store.coffee +++ b/src/flux/stores/file-download-store.coffee @@ -231,8 +231,8 @@ FileDownloadStore = Reflux.createStore _cleanupDownload: (download) -> download.abort() - delete @_downloads[download.fileId] @trigger() + delete @_downloads[download.fileId] _defaultSavePath: (file) -> if process.platform is 'win32'