mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
WRAPPER: bugfix
This commit is contained in:
parent
b6cfa4615b
commit
4226150d3f
|
@ -371,11 +371,10 @@ finit() {
|
|||
--title "RetroDECK" --cancel-label="Cancel" \
|
||||
--ok-label "Browse" \
|
||||
--text="SD Card was not find in the default location.\nPlease choose the SD Card root.\nA retrodeck/roms folder will be created starting from the directory that you selected."
|
||||
browse
|
||||
browse # Calling the browse function
|
||||
else
|
||||
roms_folder="$sdcard/retrodeck/roms"
|
||||
echo "ROMs folder = $roms_folder"
|
||||
exit 0
|
||||
fi
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue