mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 08:09:18 +01:00
Fixed method names in launcher section
This commit is contained in:
parent
34b0b0b447
commit
d3e18d4cba
@ -318,8 +318,8 @@ for shortcut in shortcuts['shortcuts'].values():
|
||||
if game_id is not None:
|
||||
print(f"Got game ID from SteamGridDB: {game_id}")
|
||||
# Download and apply artwork
|
||||
getSGBDArt(game_id, app_id)
|
||||
addCompatToolMapping(app_id)
|
||||
get_sgdb_art(game_id, app_id)
|
||||
add_compat_tool(app_id)
|
||||
new_shortcuts_added = True
|
||||
|
||||
# Print the existing shortcuts
|
||||
|
Loading…
Reference in New Issue
Block a user