Skip to content

Commit

Permalink
Switch grid and gridp
Browse files Browse the repository at this point in the history
  • Loading branch information
sysmoon14 authored Feb 28, 2024
1 parent 6509ef7 commit f179239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NSLGameScanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit f179239

Please sign in to comment.