DrewNaylor / guinget

Unofficial GUI for Microsoft's Windows Package Manager (winget). Kinda like Synaptic, but for Windows. Not associated with either Microsoft or the Synaptic project, and Microsoft does not endorse this software.
Apache License 2.0
135 stars 3 forks source link

Move root form progress dialog thing into its own class. #82

Closed DrewNaylor closed 3 years ago

DrewNaylor commented 3 years ago

Moved the stuff to determine whether the progress dialog should be on top of a root form or just on top of everything to its own class to make editing easier. Also made the progress dialog not on top by default so it doesn't make the window show back up every time it goes to a different phase.