From 9345438f024183d88180aaf050d9a99f1c2fd8cb Mon Sep 17 00:00:00 2001 From: Brian Lima Date: Sun, 7 Apr 2024 20:34:18 -0300 Subject: [PATCH] Update dependencies to latest version --- UWPHook/App.xaml | 6 +++--- UWPHook/FullScreenLauncher.xaml | 2 +- UWPHook/FullScreenLauncher.xaml.cs | 2 +- UWPHook/GamesWindow.xaml | 2 +- UWPHook/SettingsWindow.xaml | 34 +++++++++++++++--------------- UWPHook/UWPHook.csproj | 12 +++++------ 6 files changed, 29 insertions(+), 29 deletions(-) diff --git a/UWPHook/App.xaml b/UWPHook/App.xaml index eed0b7e..5f5a633 100644 --- a/UWPHook/App.xaml +++ b/UWPHook/App.xaml @@ -1,15 +1,15 @@  + - + - diff --git a/UWPHook/FullScreenLauncher.xaml b/UWPHook/FullScreenLauncher.xaml index b2ce0ab..cf45266 100644 --- a/UWPHook/FullScreenLauncher.xaml +++ b/UWPHook/FullScreenLauncher.xaml @@ -20,7 +20,7 @@ - + diff --git a/UWPHook/FullScreenLauncher.xaml.cs b/UWPHook/FullScreenLauncher.xaml.cs index 4621161..a84664c 100644 --- a/UWPHook/FullScreenLauncher.xaml.cs +++ b/UWPHook/FullScreenLauncher.xaml.cs @@ -30,7 +30,7 @@ namespace UWPHook BaseTheme darkTheme = BaseTheme.Dark; - var theme = Theme.Create(darkTheme.GetBaseTheme(), + var theme = Theme.Create(darkTheme, SwatchHelper.Lookup[(MaterialDesignColor)PrimaryColor.DeepPurple], SwatchHelper.Lookup[(MaterialDesignColor)SecondaryColor.Lime]); diff --git a/UWPHook/GamesWindow.xaml b/UWPHook/GamesWindow.xaml index 09d0464..ff3c628 100644 --- a/UWPHook/GamesWindow.xaml +++ b/UWPHook/GamesWindow.xaml @@ -18,7 +18,7 @@ - + diff --git a/UWPHook/SettingsWindow.xaml b/UWPHook/SettingsWindow.xaml index 88f9c53..c52e02d 100644 --- a/UWPHook/SettingsWindow.xaml +++ b/UWPHook/SettingsWindow.xaml @@ -1,4 +1,4 @@ - - + - - - - - - + + + + + + @@ -49,17 +49,17 @@ - + - +