diff --git a/UWPHook/GamesWindow.xaml.cs b/UWPHook/GamesWindow.xaml.cs index 5d0af11..b5c2d85 100644 --- a/UWPHook/GamesWindow.xaml.cs +++ b/UWPHook/GamesWindow.xaml.cs @@ -169,7 +169,10 @@ namespace UWPHook IsHidden = 0, OpenVR = 0, ShortcutPath = "", - Tags = new string[0] + Tags = new string[0], + LaunchOptions = "", + AllowOverlay = 1, + LastPlayTime = (int)DateTimeOffset.UtcNow.ToUnixTimeSeconds(), }; //Resize this array so it fits the new entries