mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 03:53:01 +02:00
chore: change logging
This commit is contained in:
parent
b526912792
commit
08eb82a64e
1 changed files with 1 additions and 0 deletions
1
dzgui.sh
1
dzgui.sh
|
@ -993,6 +993,7 @@ set_header(){
|
|||
dbl "INS: $install_mode" >> /tmp/dzgui.log
|
||||
dbl "FAV: $fav_label" >> /tmp/dzgui.log
|
||||
dbl "${items[@]}" >> /tmp/dzgui.log
|
||||
dbl "$steamsafe_zenity -version" >> /tmp/dzgui.log
|
||||
sel=$($steamsafe_zenity $sd_res --list --title="DZGUI" --text="${news}DZGUI $version | Mode: $mode | Branch: $branch | Mods: $install_mode | Fav: $fav_label" \
|
||||
--cancel-label="Exit" --ok-label="Select" --column="Select launch option" --hide-header "${items[@]}" 2>/dev/null)
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue