mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
chore: restore dropped function
This commit is contained in:
parent
3f2397ad74
commit
57460dacb6
1 changed files with 9 additions and 0 deletions
9
dzgui.sh
9
dzgui.sh
|
@ -1090,6 +1090,15 @@ focus_beta_client(){
|
|||
sleep 0.5s
|
||||
xdotool key Tab
|
||||
}
|
||||
is_beta(){
|
||||
#TODO: refactor legacy handling methods
|
||||
local dir="$default_steam_path/package"
|
||||
if [[ -f $dir/beta ]]; then
|
||||
echo 0
|
||||
else
|
||||
echo 1
|
||||
fi
|
||||
}
|
||||
console_dl(){
|
||||
readarray -t modids <<< "$@"
|
||||
focus_beta_client
|
||||
|
|
Loading…
Reference in a new issue