From d06903405ebafc554e60745ad6d1a451082fa06d Mon Sep 17 00:00:00 2001 From: Brian Lima Date: Wed, 30 Dec 2020 03:19:24 -0300 Subject: [PATCH] Inform user of SteamGrid download on first run --- .gitignore | 1 + UWPHook/App.config | 17 ++++++++-- UWPHook/GamesWindow.xaml | 4 +-- UWPHook/GamesWindow.xaml.cs | 41 ++++++++++++++++++++----- UWPHook/Properties/Settings.Designer.cs | 12 ++++++++ UWPHook/Properties/Settings.settings | 3 ++ UWPHook/SettingsWindow.xaml | 9 +++--- UWPHook/SettingsWindow.xaml.cs | 7 +++++ UWPHook/UWPHook.csproj | 4 +-- UWPHook/packages.config | 4 +-- 10 files changed, 81 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 6f4f5f0..46f6460 100644 --- a/.gitignore +++ b/.gitignore @@ -268,3 +268,4 @@ __pycache__/ ./Setup/UWPHook setup.exe ./Setup/Setup-cache Setup/UWPHook.exe +*.exe diff --git a/UWPHook/App.config b/UWPHook/App.config index 7d012c2..7185a0c 100644 --- a/UWPHook/App.config +++ b/UWPHook/App.config @@ -1,12 +1,12 @@ - + -
+
- + @@ -80,6 +80,17 @@ 0 + + False + + + + + + + + + diff --git a/UWPHook/GamesWindow.xaml b/UWPHook/GamesWindow.xaml index 97d0c89..3850702 100644 --- a/UWPHook/GamesWindow.xaml +++ b/UWPHook/GamesWindow.xaml @@ -11,7 +11,7 @@ TextElement.FontSize="14" FontFamily="Segoe UI Light" mc:Ignorable="d" - Title="UWPHook" Height="600" Width="800" Icon="/Resources/hook2.ico"> + Title="UWPHook" Height="600" Width="800" Icon="/Resources/hook2.ico" Loaded="Window_Loaded"> @@ -22,7 +22,7 @@