From 15760228e83f1d2ec4c04f1308ea2bb80ec9b711 Mon Sep 17 00:00:00 2001 From: ZestyTS Date: Mon, 29 Aug 2022 01:16:05 -0700 Subject: [PATCH] Downloading tools will now close out --- UWUVCI AIO WPF/UI/Windows/DownloadWait.xaml.cs | 1 + 1 file changed, 1 insertion(+) 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;