timche / gmail-desktop

:postbox: Nifty Gmail desktop app for macOS, Linux & Windows
MIT License
845 stars 90 forks source link

Download notifications #115

Closed mskelton closed 5 years ago

mskelton commented 5 years ago

With the new download experience, there is no user feedback when the download is done aside from the fact that the progress bar is gone. For small downloads, this is difficult to see as it comes and goes really quickly.

Thoughts on adding a notification when the download is complete?

timche commented 5 years ago

Sure. I'd like to see it added as optional setting. electron-dl provides a callback onProgress.

timche commented 5 years ago

This can be extended to make the downloading even more configurable as electron-dl provides more functions like openFolderWhenDone, directory.

mskelton commented 5 years ago

Closed via #141