From e1229eacbeb7d93c7e7b3ada47d7af675df90018 Mon Sep 17 00:00:00 2001 From: aclist Date: Wed, 12 Oct 2022 03:15:01 +0900 Subject: [PATCH] Fix Deck popup size --- dzgui.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dzgui.sh b/dzgui.sh index 5884f36..c2f0d4c 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1661,7 +1661,9 @@ deprecation_warning(){ } if [[ -z $steam_api ]]; then echo "100" - zenity --info --text="$(warn)" + local big_prompt + [[ $is_steam_deck -eq 1 ]] && big_prompt="--width=800" + zenity --info --text="$(warn)" $big_prompt key_setup_url="https://aclist.github.io/dzgui/dzgui.html#_api_key_server_ids" browser "$key_setup_url" 2>/dev/null & while true; do