mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
Fix Deck popup size
This commit is contained in:
parent
0ce5f1e200
commit
7830d93e85
1 changed files with 3 additions and 1 deletions
4
dzgui.sh
4
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
|
||||
|
|
Loading…
Reference in a new issue