From 85f67f75964d9b07621b668d62527bd5f42248e6 Mon Sep 17 00:00:00 2001
From: ScrubN <72096833+ScrubN@users.noreply.github.com>
Date: Tue, 28 Nov 2023 00:52:50 -0500
Subject: [PATCH 1/8] Regenerate WPF settings files with VS2022
---
TwitchDownloaderWPF/App.config | 19 -------------------
.../Properties/Settings.settings | 3 +--
2 files changed, 1 insertion(+), 21 deletions(-)
diff --git a/TwitchDownloaderWPF/App.config b/TwitchDownloaderWPF/App.config
index 1493b5c6..94f6f763 100644
--- a/TwitchDownloaderWPF/App.config
+++ b/TwitchDownloaderWPF/App.config
@@ -5,25 +5,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/TwitchDownloaderWPF/Properties/Settings.settings b/TwitchDownloaderWPF/Properties/Settings.settings
index 39ca35c0..c365cb52 100644
--- a/TwitchDownloaderWPF/Properties/Settings.settings
+++ b/TwitchDownloaderWPF/Properties/Settings.settings
@@ -222,5 +222,4 @@
True
-
-
+
\ No newline at end of file
From b015e0d222840293a854bcc6bb57ff731c0072fd Mon Sep 17 00:00:00 2001
From: ScrubN <72096833+ScrubN@users.noreply.github.com>
Date: Tue, 28 Nov 2023 01:36:52 -0500
Subject: [PATCH 2/8] Add reset, save, and cancel buttons to settings window
---
TwitchDownloaderWPF/WindowSettings.xaml | 46 +++---
TwitchDownloaderWPF/WindowSettings.xaml.cs | 172 +++++++++++++++++----
2 files changed, 166 insertions(+), 52 deletions(-)
diff --git a/TwitchDownloaderWPF/WindowSettings.xaml b/TwitchDownloaderWPF/WindowSettings.xaml
index fb18ece7..283f5ebd 100644
--- a/TwitchDownloaderWPF/WindowSettings.xaml
+++ b/TwitchDownloaderWPF/WindowSettings.xaml
@@ -12,7 +12,7 @@
xmlns:hc="https://handyorg.github.io/handycontrol"
xmlns:fa="http://schemas.fontawesome.com/icons/"
mc:Ignorable="d"
- Title="Global Settings" MinWidth="400" MinHeight="460" Width="500" Height="547" Initialized="Window_Initialized" Closing="Window_Closing">
+ Title="Global Settings" MinWidth="400" MinHeight="500" Width="500" Height="592" Initialized="Window_Initialized" Closing="Window_Closing" Loaded="Window_Loaded">