From 84b00956705aee97cdf70d4cc1bc35095a8f5048 Mon Sep 17 00:00:00 2001 From: Eamonn Rea Date: Mon, 26 Jun 2023 20:57:49 +0100 Subject: [PATCH] GameScope: don't set GSFLTR and GSSCALE to NON --- steamtinkerlaunch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index 23ac77f1..1ee0df0e 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -6,7 +6,7 @@ PREFIX="/usr" PROGNAME="SteamTinkerLaunch" NICEPROGNAME="Steam Tinker Launch" -PROGVERS="v14.0.20230627-2 (gamescope-new-scale-filter-ui)" +PROGVERS="v14.0.20230627-4 (gamescope-new-scale-filter-ui)" PROGCMD="${0##*/}" SHOSTL="stl" GHURL="https://github.com" @@ -9906,8 +9906,6 @@ function setGameScopeVars { fi # Default scale/filter to none to be safe - GSFLTR="$NON" - GSSCALE="$NON" if [ "$GSNEWFILTERMODE" -eq 1 ]; then ## !!These are the newer flags for checking filter/scale!!