mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
Downloading tools will now close out
This commit is contained in:
parent
16c92b47f3
commit
15760228e8
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ namespace UWUVCI_AIO_WPF.UI.Windows
|
||||||
if (mvm.Progress < 79)
|
if (mvm.Progress < 79)
|
||||||
mvm.Progress += 1;
|
mvm.Progress += 1;
|
||||||
}
|
}
|
||||||
|
else if (Key.Text.Contains("Downloading Tools")) { }
|
||||||
else
|
else
|
||||||
mvm.Progress += 1;
|
mvm.Progress += 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue