You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,7 +65,7 @@ def ensure_gamescope_line() -> bool: #if config file doesn't have the gamescope
65
65
file.seek(0, os.SEEK_END) # ensure we are at the end of the file
66
66
iflinesandnotlines[-1].endswith('\n'):
67
67
file.write('\n')
68
-
file.write("SCB_GAMESCOPE_ARGS=\"\"\n")
68
+
file.write('SCB_GAMESCOPE_ARGS=""\n')
69
69
returnTrue
70
70
71
71
@@ -108,6 +108,7 @@ def ensure_gamescope_line() -> bool: #if config file doesn't have the gamescope
108
108
file.write("# $SCB_NOSCOPE will be set to 1 if we are running in no gamescope mode\n")
109
109
file.write("# $SCB_GAMEMODE will be set to 1 if we are running inside steam gamemode (which means SCB_NOSCOPE will also be set to 1 due to nested gamescope not working in gamemode)\n")
110
110
file.write("# $command will contain everything steam expanded %command% into\n")
0 commit comments