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

Fix Deck popup size

This commit is contained in:
aclist 2022-10-12 03:15:01 +09:00
parent 24b04dc40c
commit e1229eacbe

View file

@ -1661,7 +1661,9 @@ deprecation_warning(){
} }
if [[ -z $steam_api ]]; then if [[ -z $steam_api ]]; then
echo "100" 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" key_setup_url="https://aclist.github.io/dzgui/dzgui.html#_api_key_server_ids"
browser "$key_setup_url" 2>/dev/null & browser "$key_setup_url" 2>/dev/null &
while true; do while true; do