Fix Configurator move folder menu flow

This commit is contained in:
icenine451 2025-03-19 11:28:36 -04:00
parent 1620a5441e
commit a7f9c5b94c

View file

@ -128,7 +128,7 @@ configurator_move_folder_dialog() {
if [[ -z $(ls -1 "$source_root/retrodeck") ]]; then # Cleanup empty old_path/retrodeck folder if it was left behind
rmdir "$source_root/retrodeck"
fi
configurator_process_complete_dialog "moving the RetroDECK data directory to internal storage"
configurator_generic_dialog "RetroDECK Configurator - Move Folder" "moving the RetroDECK data directory to internal storage"
else
configurator_generic_dialog "RetroDECK Configurator - Move Folder" "The moving process was not completed, please try again."
fi