mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-11-11 06:37:48 +00:00
Add dxvk directory to display_dirs
This commit is contained in:
parent
b2b2312ce9
commit
8087ffe564
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user