fixed download from gamescope session
This commit is contained in:
@ -292,12 +292,10 @@ if [[ -z $PW_WINE_DPI_VALUE ]] ; then
|
|||||||
export PW_WINE_DPI_VALUE="recommended"
|
export PW_WINE_DPI_VALUE="recommended"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if check_flatpak ; then
|
|
||||||
if check_gamescope_session
|
if check_gamescope_session
|
||||||
then PW_TERM="env LANG=C xterm -fullscreen -bg black -fg white -e"
|
then PW_TERM="env LANG=C xterm -fullscreen -bg black -fg white -e"
|
||||||
else PW_TERM="env LANG=C xterm -bg black -fg white -e"
|
else PW_TERM="env LANG=C xterm -bg black -fg white -e"
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
pw_check_and_download_plugins
|
pw_check_and_download_plugins
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user