mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 15:21:52 +01:00
Switch grid and gridp
This commit is contained in:
parent
6509ef7dbf
commit
f17923904d
@ -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)}",
|
'icon': f"{logged_in_home}/.steam/root/userdata/{steamid3}/config/grid/{get_file_name('icons', unsigned_shortcut_id)}",
|
||||||
'LaunchOptions': launchoptions,
|
'LaunchOptions': launchoptions,
|
||||||
'CompatTool': compatTool,
|
'CompatTool': compatTool,
|
||||||
'WideGrid': gridp64,
|
'WideGrid': grid64,
|
||||||
'Grid': grid64,
|
'Grid': gridp64,
|
||||||
'Hero': hero64,
|
'Hero': hero64,
|
||||||
'Logo': logo64,
|
'Logo': logo64,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user