From b600b615ec9f3800b82aa6c2df3410b84178fe2e Mon Sep 17 00:00:00 2001 From: Andres Date: Sat, 21 Sep 2024 23:40:47 -0400 Subject: [PATCH] Update steamtinkerlaunch oops this shouldn't have been removed --- steamtinkerlaunch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index 81aa45c2..25b05211 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -7,7 +7,7 @@ PREFIX="/usr" PROGNAME="SteamTinkerLaunch" NICEPROGNAME="Steam Tinker Launch" -PROGVERS="v14.0.20240921-2-genericfy-steamdedeckt" +PROGVERS="v14.0.20240921-3-genericfy-steamdedeckt" PROGCMD="${0##*/}" PROGINTERNALPROTNAME="Proton-stl" SHOSTL="stl" @@ -10613,6 +10613,8 @@ function listScreenRes { function setInitWinXY { DEFRESSHM="$STLSHM/defres.txt" + SCRW="$(getScreenRes w)" + SCRH="$(getScreenRes h)" if [ -f "$DEFRESSHM" ] ; then loadCfg "$DEFRESSHM" X