Skip to content

Commit

Permalink
Editor: Move GLOBCUSTVARS in to EDITORCFGLIST section to show in …
Browse files Browse the repository at this point in the history
…EDITOR menu (#1159)
  • Loading branch information
HanPrower authored Aug 31, 2024
1 parent 83fa7bf commit 49743db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.20240829-1"
PROGVERS="v14.0.20240831-1"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -217,7 +217,6 @@ STLGAMEDIR="$STLCFGDIR/gamecfgs"
STLGUIDIR="$STLCFGDIR/guicfgs"
STLGAMEDIRID="$STLGAMEDIR/id"
STLCUSTVARSDIR="$STLGAMEDIR/customvars"
GLOBCUSTVARS="$STLCUSTVARSDIR/global-custom-vars.conf"
STLGAMEDIRTI="$STLGAMEDIR/title"
STLCOLLECTIONDIR="$STLCFGDIR/collections"
STLREGDIR="$STLCFGDIR/regs"
Expand Down Expand Up @@ -502,6 +501,7 @@ STLMENUBLOCKCFG="$STLCFGDIR/$MENUBLOCK"
#STARTEDITORCFGLIST
STLDEFGLOBALCFG="$STLCFGDIR/global.conf" # global config
STLDEFGAMECFG="$STLCFGDIR/default_template.conf" # the default config template used to create new per game configs - will be auto created if not found
GLOBCUSTVARS="$STLCUSTVARSDIR/global-custom-vars.conf" # global config file for user defined custom variables

function setSDCfg {
STLSDLCFG="$STLCFGDIR/steamdeck.conf" # Steam Deck config
Expand Down

0 comments on commit 49743db

Please sign in to comment.