KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
23 stars 10 forks source link

Set progress when decompress is complete #83

Closed JohnAFernandez closed 8 months ago

JohnAFernandez commented 8 months ago

Since it looks like the value from the progress values from the decompression wrappers is a little borked at random times, we should manually set this progress bar to 100 when the decompression task is finished so that we don't get a UI bug.

Fixes #81