From e2c0e03985701852c6229839268cc5a62c9d67a1 Mon Sep 17 00:00:00 2001 From: Brian Lima Date: Tue, 12 Jun 2018 17:56:58 -0300 Subject: [PATCH] Closes #24 --- UWPHook/GamesWindow.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UWPHook/GamesWindow.xaml.cs b/UWPHook/GamesWindow.xaml.cs index 8c7c9b6..f3edd7a 100644 --- a/UWPHook/GamesWindow.xaml.cs +++ b/UWPHook/GamesWindow.xaml.cs @@ -261,11 +261,11 @@ namespace UWPHook { if (values[2].Contains("Microsoft.SeaofThieves")) { - values[2] = "Sea of Thieves"; + values[0] = "Sea of Thieves"; } else if (values[2].Contains("Microsoft.DeltaPC")) { - values[2] = "Gears of War: Ultimate Edition"; + values[0] = "Gears of War: Ultimate Edition"; } } }