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

Remove leftover + from f-string refactor

This commit is contained in:
MultisampledNight 2022-02-04 20:58:05 +01:00
parent f657f57bc6
commit 43125e846a
No known key found for this signature in database
GPG key ID: 02B1BAF6A675FF9B

View file

@ -305,7 +305,7 @@ class GameSettings(QWidget, Ui_GameSettings):
def proton_prefix_save(self, text: str):
self.core.lgd.config.set(
+ f"{self.game.app_name}.env", "STEAM_COMPAT_DATA_PATH", text
f"{self.game.app_name}.env", "STEAM_COMPAT_DATA_PATH", text
)
self.core.lgd.save_config()