Skip to content

Commit

Permalink
Update steamtinkerlaunch
Browse files Browse the repository at this point in the history
oops this shouldn't have been removed
  • Loading branch information
zany130 committed Sep 22, 2024
1 parent 37a747b commit b600b61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b600b61

Please sign in to comment.