Merge branch 'added-tray-name' of github.com:Htylol/PortWINE into Htylol-added-tray-name

This commit is contained in:
Mikhail Tergoev
2024-10-19 13:00:43 +03:00
3 changed files with 10 additions and 8 deletions

View File

@ -257,8 +257,8 @@ esac
if check_flatpak ; then
if check_gamescope_session
then PW_TERM="xterm -fullscreen -bg black -fg white -e"
else PW_TERM="xterm -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"
fi
fi