mirror of
https://github.com/aclist/dztui.git
synced 2025-03-14 16:33:00 +01:00
chore: drop unused env var
This commit is contained in:
parent
08c8862106
commit
fc6e8ef001
1 changed files with 1 additions and 4 deletions
5
dzgui.sh
5
dzgui.sh
|
@ -1007,10 +1007,7 @@ main(){
|
||||||
uninstall &&
|
uninstall &&
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
if [[ $1 == "--steam" ]] || [[ $1 == "-s" ]]; then
|
|
||||||
export STEAM_LAUNCH=1
|
|
||||||
fi
|
|
||||||
|
|
||||||
set_im_module
|
set_im_module
|
||||||
|
|
||||||
printf "Initializing setup...\n"
|
printf "Initializing setup...\n"
|
||||||
|
|
Loading…
Reference in a new issue