mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Add GUI final feedback to path repair process
This commit is contained in:
parent
953d682151
commit
ee34451ed6
|
|
@ -1171,7 +1171,9 @@ repair_paths() {
|
||||||
conf_read
|
conf_read
|
||||||
dir_prep "$logs_folder" "$rd_logs_folder"
|
dir_prep "$logs_folder" "$rd_logs_folder"
|
||||||
prepare_component "postmove" "all"
|
prepare_component "postmove" "all"
|
||||||
|
configurator_generic_dialog "RetroDECK Path Repair" "One or more incorrectly configured paths were repaired."
|
||||||
else
|
else
|
||||||
log i "All folders were found at their expected locations"
|
log i "All folders were found at their expected locations"
|
||||||
|
configurator_generic_dialog "RetroDECK Path Repair" "All RetroDECK folders were found at their expected locations."
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue