From 8087ffe564eeaf32c6211e547c9e866eee7fb468 Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 18 Oct 2021 15:31:59 -0400 Subject: [PATCH] Add dxvk directory to display_dirs --- lug-helper.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lug-helper.sh b/lug-helper.sh index 9386d7d..68d7234 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -531,6 +531,11 @@ display_dirs() { dirs_list+="\n\nLutris Runners:\n$runners_dir" fi + # Lutris dxvk + if [ -d "$runners_dir" ]; then + dirs_list+="\n\nLutris DXVK Versions:\n$dxvk_dir" + fi + # Formatting message_heading="These directories are currently being used by this Helper and Star Citizen" if [ "$use_zenity" -eq 1 ]; then