Fix GUI update prefix from portproton

This commit is contained in:
castro-fidel
2022-01-21 21:28:11 +03:00
parent 366d4ce480
commit fcd0bff7f4
4 changed files with 5 additions and 4 deletions

View File

@ -367,7 +367,8 @@ pw_update_pfx_cover_gui () {
"${pw_yad_new}" --plug=$PW_KEY_PROGRESS_BAR --tabnum="1" --picture --filename="${PW_GIF_FILE}" --image-on-top &
"${pw_yad_new}" --notebook --key="$PW_KEY_PROGRESS_BAR" --tab=LOGO --tab=TERMINAL --no-buttons --undecorated \
--center --auto-close --skip-taskbar --width=$PW_GIF_SIZE_X --height=$PW_GIF_SIZE_Y --tab-pos=bottom
--center --auto-close --skip-taskbar --width=$PW_GIF_SIZE_X --height=$PW_GIF_SIZE_Y --tab-pos=bottom &
echo ""
}
pw_start_progress_bar_cs () {