Add dxvk directory to display_dirs

This commit is contained in:
the Sane 2021-10-18 15:31:59 -04:00 committed by GitHub
parent b2b2312ce9
commit 8087ffe564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -531,6 +531,11 @@ display_dirs() {
dirs_list+="\n\nLutris Runners:\n$runners_dir" dirs_list+="\n\nLutris Runners:\n$runners_dir"
fi fi
# Lutris dxvk
if [ -d "$runners_dir" ]; then
dirs_list+="\n\nLutris DXVK Versions:\n$dxvk_dir"
fi
# Formatting # Formatting
message_heading="These directories are currently being used by this Helper and Star Citizen" message_heading="These directories are currently being used by this Helper and Star Citizen"
if [ "$use_zenity" -eq 1 ]; then if [ "$use_zenity" -eq 1 ]; then