mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
Fixed progress bar check
This commit is contained in:
parent
9ae5b21d67
commit
232c5d039d
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ namespace UWUVCI_AIO_WPF.UI.Windows
|
|||
mvm.Progress += 1;
|
||||
}
|
||||
}
|
||||
if(mvm.Progress == 100)
|
||||
if(mvm.Progress >= 100)
|
||||
{
|
||||
timer.Stop();
|
||||
Close();
|
||||
|
|
Loading…
Reference in a new issue