1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-01-01 15:12:05 +01:00

chore: restore dropped function

This commit is contained in:
aclist 2023-07-25 10:11:28 +09:00
parent 3f2397ad74
commit 57460dacb6

View file

@ -1090,6 +1090,15 @@ focus_beta_client(){
sleep 0.5s sleep 0.5s
xdotool key Tab 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(){ console_dl(){
readarray -t modids <<< "$@" readarray -t modids <<< "$@"
focus_beta_client focus_beta_client