From 407db0bbcf5e8fe177dda67c53d5262be2db02df Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 30 Jan 2021 14:32:41 -0500 Subject: [PATCH] Rename function --- lug-helper.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index dcb4f09..b0787d8 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -673,7 +673,7 @@ rm_shaders() { } # Delete DXVK cache -rm_vidcache() { +rm_dxvkcache() { # Get/Set directory paths getdirs if [ "$?" -eq 1 ]; then @@ -1139,7 +1139,7 @@ maintenance_menu() { # Set the options to be displayed in the menu menu_options=("$version_msg" "$sanitize_msg" "$shaders_msg" "$vidcache_msg" "$reset_msg" "$quit_msg") # Set the corresponding functions to be called for each of the options - menu_actions=("set_version" "sanitize" "rm_shaders" "rm_vidcache" "reset_helper" "menu_loop_done") + menu_actions=("set_version" "sanitize" "rm_shaders" "rm_dxvkcache" "reset_helper" "menu_loop_done") # Calculate the total height the menu should be menu_height="$(("$menu_option_height" * "${#menu_options[@]}" + "$menu_text_height"))" @@ -1237,7 +1237,7 @@ Usage: lug-helper rm_shaders ;; --delete-dxvk-cache) - rm_vidcache + rm_dxvkcache ;; --get-referral) referral_randomizer