diff --git a/UWUVCI AIO WPF/UI/Windows/DownloadWait.xaml.cs b/UWUVCI AIO WPF/UI/Windows/DownloadWait.xaml.cs index 968efd7..0be213e 100644 --- a/UWUVCI AIO WPF/UI/Windows/DownloadWait.xaml.cs +++ b/UWUVCI AIO WPF/UI/Windows/DownloadWait.xaml.cs @@ -73,6 +73,7 @@ namespace UWUVCI_AIO_WPF.UI.Windows if (mvm.Progress < 79) mvm.Progress += 1; } + else if (Key.Text.Contains("Downloading Tools")) { } else mvm.Progress += 1;