mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 07:11:52 +01:00
Fixed missing colon
This commit is contained in:
parent
f22f52188e
commit
f0977d6ebe
@ -269,7 +269,7 @@ def add_compat_tool(app_id, launchoptions):
|
||||
print(f"CompatToolMapping key not found in config.vdf, creating.")
|
||||
if str(app_id) in config_data['InstallConfigStore']['Software']['Valve']['Steam']['CompatToolMapping'] and config_data['InstallConfigStore']['Software']['Valve']['Steam']['CompatToolMapping'][str(app_id)]['name'] == f'{compat_tool_name}':
|
||||
return False
|
||||
if 'chrome' in launchoptions
|
||||
if 'chrome' in launchoptions:
|
||||
return False
|
||||
elif str(app_id) in config_data['InstallConfigStore']['Software']['Valve']['Steam']['CompatToolMapping']:
|
||||
config_data['InstallConfigStore']['Software']['Valve']['Steam']['CompatToolMapping'][str(app_id)]['name'] = f'{compat_tool_name}'
|
||||
|
Loading…
Reference in New Issue
Block a user