Commit 795c77af authored by Mikhail Tergoev's avatar Mikhail Tergoev

borders=0 for loading_deck.gif

parent 26653aa3
......@@ -4366,7 +4366,7 @@ pw_start_progress_bar_cover () {
[[ "$2" != "--block" ]] && local AUTOCLOUSE="--close-on-unfocus"
if check_gamescope_session ; then
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+=($!)
elif ! check_start_from_steam ; then
PW_GIF_FILE="$1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment