Temporarily disabled video card selection when using gamescope and also cleaned and fixed the code and localization
This commit is contained in:
@ -166,6 +166,8 @@ pw_gui_for_edit_db () {
|
||||
|
||||
if [[ ! -z "${PW_GPU_USE}" ]] && [[ "${PW_GPU_USE}" != "disabled" ]] ; then
|
||||
GPU_VAR="${PW_GPU_USE}"
|
||||
elif [[ ! -z "${PW_USE_GAMESCOPE}" ]] ; then
|
||||
GPU_VAR="disabled"
|
||||
else
|
||||
GPU_VAR="disabled"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user