Remove dxvk notice

This commit is contained in:
the-sane 2024-09-08 10:54:11 -04:00
parent a353b5cf6e
commit d68fedf0cd

View File

@ -2434,10 +2434,10 @@ install_game_wine() {
preflight_check "quiet" preflight_check "quiet"
if [ "$?" -eq 1 ]; then if [ "$?" -eq 1 ]; then
# There were errors # There were errors
install_question="Before proceeding, be sure all Preflight Checks have passed!\n\nDon't forget to install DXVK!\n\nPlease refer to our Quick Start Guide:\n$lug_wiki\n\nAre you ready to continue?" install_question="Before proceeding, be sure all Preflight Checks have passed!\n\nPlease refer to our Quick Start Guide:\n$lug_wiki\n\nAre you ready to continue?"
else else
# No errors # No errors
install_question="Before proceeding, please refer to our Quick Start Guide:\n$lug_wiki\n\nDon't forget to install DXVK!\n\nAll Preflight Checks have passed\nAre you ready to continue?" install_question="Before proceeding, please refer to our Quick Start Guide:\n$lug_wiki\n\nAll Preflight Checks have passed\nAre you ready to continue?"
fi fi
if message question "$install_question"; then if message question "$install_question"; then