1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-04 19:43: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
set -o pipefail
version=2.8.0-rc.7
version=2.8.0-rc.8
aid=221100
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
printf "[DZGUI] Toggled auto-mod install to '$auto_install'\n"
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(){
debug_list=(