Fixed progress bar check

This commit is contained in:
ZestyTS 2022-07-26 14:21:23 -07:00
parent 9ae5b21d67
commit 232c5d039d

View file

@ -69,7 +69,7 @@ namespace UWUVCI_AIO_WPF.UI.Windows
mvm.Progress += 1;
}
}
if(mvm.Progress == 100)
if(mvm.Progress >= 100)
{
timer.Stop();
Close();