1
0
Fork 0
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:
aclist 2023-02-04 12:46:35 +09:00
parent b526912792
commit 08eb82a64e

View file

@ -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