1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-09 05:53:04 +02:00

Update filepicker menu

This commit is contained in:
aclist 2022-12-03 21:16:21 +09:00
parent 35122cf723
commit c0e777f550

View file

@ -1032,7 +1032,7 @@ find_default_path(){
case "$res" in
*auto*) discover ;;
*manual*)
zenity --info --text="\nSelect the top-level path to the Steam library folder containing \"steamapps\".\n\nE.g., if DayZ is installed at:\n\"/media/mydrive/steamapps/common/DayZ\"\n\nYou should select:\n\"/media/mydrive\"" --width=500 &&
zenity --info --text="\nSelect the top-level entry point to the location where Steam (not DayZ)\nis installed and before entering the \"steamapps\" path.\n\nE.g., if Steam is installed at:\n\"/media/mydrive/Steam\"\n\nCorrect:\n- \"/media/mydrive/Steam\"\n\nIncorrect:\n- \"/media/mydrive/Steam/steamapps/common/DayZ\"\n- \"/media/mydrive/\"" --width=500 &&
file_picker ;;
esac
fi