From bf7e6b672c954e05e58eda00567686404725fe47 Mon Sep 17 00:00:00 2001
From: fmmmlee <30479162+fmmmlee@users.noreply.github.com>
Date: Sat, 8 Aug 2020 15:37:15 -0700
Subject: [PATCH] UI bug fix, tweaks, and minor animations
should fix issue #40
---
.../Backend/Configuration/PluginManagement.cs | 8 ++-
.../UI/OpeningPage/OpeningView.xaml | 61 +++++++++++++------
2 files changed, 48 insertions(+), 21 deletions(-)
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 @@
/>
-
-
-
-
+
+
+
+
-
+
-
+
-
+
-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+