From 49743dbe695876b6396f42a24e128e0b435c9d6a Mon Sep 17 00:00:00 2001 From: Han Prower <1781312+HanPrower@users.noreply.github.com> Date: Sat, 31 Aug 2024 20:34:04 +0100 Subject: [PATCH] Editor: Move `GLOBCUSTVARS` in to `EDITORCFGLIST` section to show in EDITOR menu (#1159) --- steamtinkerlaunch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/steamtinkerlaunch b/steamtinkerlaunch index 754b0b86..8114d210 100755 --- a/steamtinkerlaunch +++ b/steamtinkerlaunch @@ -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" @@ -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" @@ -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