From 4ab2a2790dbbb55bed95eb390da22f666d8bb6d2 Mon Sep 17 00:00:00 2001 From: Carter <60557606+Carterpersall@users.noreply.github.com> Date: Wed, 29 Jun 2022 21:36:11 -0500 Subject: [PATCH] Fix and Tweak #19 (#43) * Fix Issue in #19 - Pull Request #19 didn't add an entry for PanelDISM into MainWindow.xaml, causing an error to be thrown when the script if executed and a button to not be created - Fixed by adding an entry into MainWIndow.xaml that creates the needed button under the FixesUpdate button - Note: To see the fix, you need to comment line 9 and uncomment line 8 to use the local MainWindow.xaml instead of the one in the Main Branch * Fix Formatting and Tweak Things - Fixed the formatting - Tweaked Write-Host's - Added newlines (`n) to space out the Statuses - Added progress indicators - Required "s and 's to be swapped so x/4 does not perform an operation * Slight Tweak --- MainWindow.xaml | 1 + winutil.ps1 | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/MainWindow.xaml b/MainWindow.xaml index cc42fe1b..3241e87c 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -197,6 +197,7 @@