From 8de40c8a50669daab0c288fbef0656636ebc62d2 Mon Sep 17 00:00:00 2001 From: Liam Cannon <54691085+liamcannon@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:26:44 -0400 Subject: [PATCH 1/4] relocated dlc dropdown to beneath server port in profile tab --- FASTER/FASTER.csproj | 2 +- FASTER/Views/Profile.xaml | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/FASTER/FASTER.csproj b/FASTER/FASTER.csproj index 8e9ee5c..d40bb2d 100644 --- a/FASTER/FASTER.csproj +++ b/FASTER/FASTER.csproj @@ -1,7 +1,7 @@ WinExe - net7.0-windows + net8.0-windows7.0 true true win-x64 diff --git a/FASTER/Views/Profile.xaml b/FASTER/Views/Profile.xaml index 365a855..bad58a1 100644 --- a/FASTER/Views/Profile.xaml +++ b/FASTER/Views/Profile.xaml @@ -58,6 +58,18 @@ - + From 85cbd62664c504cf10a47b7de2bc5a6b026efd40 Mon Sep 17 00:00:00 2001 From: Liam Cannon <54691085+liamcannon@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:34:53 -0400 Subject: [PATCH 2/4] moved DLC's to its own groupbox --- FASTER/Views/Profile.xaml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/FASTER/Views/Profile.xaml b/FASTER/Views/Profile.xaml index bad58a1..2caeeeb 100644 --- a/FASTER/Views/Profile.xaml +++ b/FASTER/Views/Profile.xaml @@ -58,18 +58,20 @@