-
Notifications
You must be signed in to change notification settings - Fork 975
Support tray progress bars for downloaded items #3023
Comments
We should also set the electron.app.dock's dock.setBadge with the number of downloads that are active when > 0 |
Here's a great page for reference, for anyone wanting to tackle this 😄 |
Hi, I'd like to attempt a PR for this. I tried setting the But I'm unable to find the download percent at this location. I would appreciate some help with this. Please let me know if I'm approaching this the wrong way. |
Hey @bbondy and @bsclifton, I just submitted a PR #9864 for this |
+1 from community https://community.brave.com/t/downloads-progress-meter/4550/3 |
Added download count/badge and progress (closes #3023)
Added download count/badge and progress (closes #3023)
Test plan
#9864 (comment)
Original issue description
BrowserWindow has a way to set progress which shows up in the tray. This is useful for downloading items. We should show the overall progress of all downloads in the try w/
BrowserWindow
'ssetProgressBar
The text was updated successfully, but these errors were encountered: