forked from CastroFidel/PortWINE
borders=0 for loading_deck.gif
This commit is contained in:
parent
26653aa34b
commit
795c77af6f
@ -4366,7 +4366,7 @@ pw_start_progress_bar_cover () {
|
|||||||
[[ "$2" != "--block" ]] && local AUTOCLOUSE="--close-on-unfocus"
|
[[ "$2" != "--block" ]] && local AUTOCLOUSE="--close-on-unfocus"
|
||||||
if check_gamescope_session ; then
|
if check_gamescope_session ; then
|
||||||
PW_GIF_FILE="${COVERS_PATH}/loading_deck.gif"
|
PW_GIF_FILE="${COVERS_PATH}/loading_deck.gif"
|
||||||
"${pw_yad}" --picture --filename="${PW_GIF_FILE}" $AUTOCLOUSE --no-buttons --undecorated --fullscreen --skip-taskbar > /dev/null 2>&1 &
|
"${pw_yad}" --picture --filename="${PW_GIF_FILE}" $AUTOCLOUSE --borders=0 --no-buttons --undecorated --fullscreen --skip-taskbar > /dev/null 2>&1 &
|
||||||
PW_YAD_PID_PROGRESS_BAR+=($!)
|
PW_YAD_PID_PROGRESS_BAR+=($!)
|
||||||
elif ! check_start_from_steam ; then
|
elif ! check_start_from_steam ; then
|
||||||
PW_GIF_FILE="$1"
|
PW_GIF_FILE="$1"
|
||||||
|
Loading…
Reference in New Issue
Block a user