WRAPPER: bugfix

This commit is contained in:
XargonWan 2022-09-16 09:11:41 +02:00 committed by GitHub
parent 2a9fdc72d1
commit 0ef7676ef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
;;