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 @@