forked from CastroFidel/PortWINE
###Scripts version 2023###
This commit is contained in:
@ -799,9 +799,9 @@ gui_proton_downloader () {
|
||||
"${pw_yad}" --plug=$KEY_WINE --tabnum=1 --list --cheklist --separator="" --listen \
|
||||
--column "Select WINE for download:" < "${PORT_WINE_TMP_PATH}/tmp_proton_ge_git" &> "${PORT_WINE_TMP_PATH}/tmp_proton_set" &
|
||||
|
||||
`yad --key=$KEY_WINE --notebook --width=500 --height=600 --text-align=center --center \
|
||||
"${pw_yad}" --key=$KEY_WINE --notebook --width=500 --height=600 --text-align=center --center \
|
||||
--window-icon="$PW_GUI_ICON_PATH/port_proton.png" --title "Download..." --separator="" \
|
||||
--tab-pos=top --tab="PROTON-GE" --tab="PROTON-PW"`
|
||||
--tab-pos=top --tab="PROTON-GE" --tab="PROTON-PW"
|
||||
YAD_WINE_STATUS="$?"
|
||||
if [[ "$YAD_WINE_STATUS" == "1" || "$YAD_WINE_STATUS" == "252" ]] ; then
|
||||
/bin/bash -c ${pw_full_command_line[*]} &
|
||||
|
Reference in New Issue
Block a user