mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Fix unreadable dialog
This commit is contained in:
parent
ebb25d06d2
commit
c784d49bcd
|
@ -457,7 +457,7 @@ configurator_move_dialog() {
|
||||||
configurator_generic_dialog "Select the root folder you would like to store the RetroDECK data folder in.\n\nA new folder \"retrodeck\" will be created in the destination chosen."
|
configurator_generic_dialog "Select the root folder you would like to store the RetroDECK data folder in.\n\nA new folder \"retrodeck\" will be created in the destination chosen."
|
||||||
custom_dest=$(browse "RetroDECK directory location")
|
custom_dest=$(browse "RetroDECK directory location")
|
||||||
if [[ ! -w $custom_dest ]]; then
|
if [[ ! -w $custom_dest ]]; then
|
||||||
configurator_generic_dialog "The destination was found but is not writable\nThis can happen if RetroDECK does not have permission to write to this location. This can typically be solved through the utility Flatseal, please make the needed changes and try the moving process again."
|
configurator_generic_dialog "The destination was found but is not writable\n\nThis can happen if RetroDECK does not have permission to write to this location.\n\nThis can typically be solved through the utility Flatseal, please make the needed changes and try the moving process again."
|
||||||
configurator_welcome_dialog
|
configurator_welcome_dialog
|
||||||
else
|
else
|
||||||
if [[ $(verify_space $rdhome $custom_dest) ]];then
|
if [[ $(verify_space $rdhome $custom_dest) ]];then
|
||||||
|
|
Loading…
Reference in a new issue