From f17923904d29b0d3faa94506e3f14ce0a123644c Mon Sep 17 00:00:00 2001 From: sysmoon14 <61550824+sysmoon14@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:27:24 +0000 Subject: [PATCH] Switch grid and gridp --- NSLGameScanner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NSLGameScanner.py b/NSLGameScanner.py index 8b2d26e..b94ad53 100644 --- a/NSLGameScanner.py +++ b/NSLGameScanner.py @@ -382,8 +382,8 @@ def create_new_entry(shortcutdirectory, appname, launchoptions, startingdir): 'icon': f"{logged_in_home}/.steam/root/userdata/{steamid3}/config/grid/{get_file_name('icons', unsigned_shortcut_id)}", 'LaunchOptions': launchoptions, 'CompatTool': compatTool, - 'WideGrid': gridp64, - 'Grid': grid64, + 'WideGrid': grid64, + 'Grid': gridp64, 'Hero': hero64, 'Logo': logo64, }