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:
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
|
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
|
||||||
|
|
Loading…
Reference in a new issue