used EN only for gamescope session

This commit is contained in:
Mikhail Tergoev
2024-09-29 21:56:36 +03:00
parent ec42b5fab5
commit 37d90fc969
2 changed files with 32 additions and 30 deletions

View File

@ -252,9 +252,7 @@ esac
pw_check_and_download_plugins
# check skip update
if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] \
|| check_gamescope_session
then
if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
pw_port_update
PW_FILESYSTEM=$(stat -f -c %T "${PORT_WINE_PATH}")