1
0
Fork 0
mirror of synced 2024-06-26 10:11:19 +12:00

Fix wrong indentation

This commit is contained in:
Stelios Tsampas 2021-04-27 21:07:48 +03:00
parent 965631d0f9
commit 3c595d6ec7

View file

@ -79,7 +79,7 @@ class GameSettings(QScrollArea):
vdf = os.path.join(c, i, "compatibilitytool.vdf")
if os.path.exists(proton) and os.path.exists(vdf):
wrapper = '"' + proton + '" run'
self.possible_proton_wrappers.append(wrapper)
self.possible_proton_wrappers.append(wrapper)
except FileNotFoundError as e:
print("Unable to find any Proton version")