1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 20:13:00 +02:00

Fix oversized prompt on Steam Deck

This commit is contained in:
aclist 2022-10-08 14:07:30 +09:00
parent 6cce33ca1a
commit 264b0aa6f2

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -o pipefail set -o pipefail
version=2.8.0-rc.7 version=2.8.0-rc.8
aid=221100 aid=221100
game="dayz" game="dayz"
@ -899,7 +899,9 @@ toggle_automods(){
awk -v "var=$flip_state" -v "nr=$nr" 'NR==nr {$0=var}{print}' ${config_path}dztuirc.old > $config_file awk -v "var=$flip_state" -v "nr=$nr" 'NR==nr {$0=var}{print}' ${config_path}dztuirc.old > $config_file
printf "[DZGUI] Toggled auto-mod install to '$auto_install'\n" printf "[DZGUI] Toggled auto-mod install to '$auto_install'\n"
source $config_file source $config_file
[[ $auto_install == "1" ]] && zenity --info --text="$(automods_prompt)" --width=800 local big_prompt
[[ $is_steam_deck -eq 1 ]] && big_prompt="--width=800"
[[ $auto_install == "1" ]] && zenity --info --text="$(automods_prompt)" $big_prompt
} }
options_menu(){ options_menu(){
debug_list=( debug_list=(