diff --git a/application/GW2 Addon Manager/Backend/Configuration/PluginManagement.cs b/application/GW2 Addon Manager/Backend/Configuration/PluginManagement.cs index 8dfea3c..ca28003 100644 --- a/application/GW2 Addon Manager/Backend/Configuration/PluginManagement.cs +++ b/application/GW2 Addon Manager/Backend/Configuration/PluginManagement.cs @@ -19,10 +19,12 @@ public static void DeleteAll() //precautionary "are you SURE" messages x2 if (MessageBox.Show(deletemsg, "Warning!", MessageBoxButton.YesNo, MessageBoxImage.Warning) == MessageBoxResult.Yes) if (MessageBox.Show(secondPrecautionaryMsg, "Absolutely Sure?", MessageBoxButton.YesNo, MessageBoxImage.Warning) == MessageBoxResult.Yes) + { Configuration.DeleteAllAddons(); - - //post-delete info message - MessageBox.Show("All addons have been removed.", "Reverted to Clean Install", MessageBoxButton.OK, MessageBoxImage.Information); + //post-delete info message + MessageBox.Show("All addons have been removed.", "Reverted to Clean Install", MessageBoxButton.OK, MessageBoxImage.Information); + } + Configuration.DisplayAddonStatus(); } diff --git a/application/GW2 Addon Manager/UI/OpeningPage/OpeningView.xaml b/application/GW2 Addon Manager/UI/OpeningPage/OpeningView.xaml index 36e5359..487cd84 100644 --- a/application/GW2 Addon Manager/UI/OpeningPage/OpeningView.xaml +++ b/application/GW2 Addon Manager/UI/OpeningPage/OpeningView.xaml @@ -36,7 +36,7 @@ - + @@ -120,24 +120,24 @@ />