From 934bf3b0db31fca8d0cdd1f3735446d6acef9e35 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sun, 5 Oct 2025 17:20:51 -0400 Subject: [PATCH] Rename function Remnant from when lutris was supported. --- lug-helper.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index 6634cfa..3ee1ed8 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2652,9 +2652,9 @@ install_powershell() { fi } -# MARK: dxvk_update_wine() +# MARK: dxvk_update() # Update dxvk for native wine installs -dxvk_update_wine() { +dxvk_update() { # Download winetricks download_winetricks @@ -2839,7 +2839,7 @@ Usage: lug-helper cargs+=("runner_manage_wine") ;; --update-dxvk | -k ) - cargs+=("dxvk_update_wine") + cargs+=("dxvk_update") ;; --edit-launch-script | -e ) cargs+=("edit_wine_launch_script") @@ -2942,7 +2942,7 @@ while true; do # Set the options to be displayed in the menu menu_options=("$preflight_msg" "$install_msg_wine" "$runners_msg_wine" "$dxvk_msg_wine" "$maintenance_msg" "$randomizer_msg" "$quit_msg") # Set the corresponding functions to be called for each of the options - menu_actions=("preflight_check" "install_game_wine" "runner_manage_wine" "dxvk_update_wine" "maintenance_menu" "referral_randomizer" "quit") + menu_actions=("preflight_check" "install_game_wine" "runner_manage_wine" "dxvk_update" "maintenance_menu" "referral_randomizer" "quit") # Calculate the total height the menu should be # menu_option_height = pixels per menu option