[Request]: Show download progress in the taskbar #502
Labels
Area: UI/UX
Issue labeled for User Interface/eXperience related issue
Enhancement
New feature or request
Help Wanted
Extra attention is needed
Priority: Low
Is your request related to a problem?
No
How is the feature request related to the problem?
No response
Describe your proposed solution
I think the download progress can be displayed in the taskbar, so that the download progress can be quickly judged through the taskbar.
Describe alternatives you've considered
Maybe not.
Additional context
We may be able to use
TaskbarItemInfo.ProgressState
andTaskbarItemInfo.ProgressValue
to achieve this functionality. See:https://learn.microsoft.com/en-us/dotnet/api/system.windows.shell.taskbariteminfo.progressstate and https://learn.microsoft.com/en-us/dotnet/api/system.windows.shell.taskbariteminfo.progressvalue. Regardless of whether you adopt this suggestion, I am grateful.
The text was updated successfully, but these errors were encountered: