You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scriptmodules/admin/setup.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -650,7 +650,7 @@ function packages_gui_setup() {
650
650
functionuninstall_setup()
651
651
{
652
652
dialog --defaultno --yesno "Are you sure you want to uninstall RetroPie?" 22 76 2>&1>/dev/tty ||return 0
653
-
dialog --defaultno --yesno "Are you REALLY sure you want to uninstall RetroPie?\n\n$rootdirwill be removed - this includes configuration files for all RetroPie components." 22 76 2>&1>/dev/tty ||return 0
653
+
dialog --defaultno --colors --yesno "Are you \ZbREALLY\Zn sure you want to uninstall RetroPie?\n\nThe \Z4\Zb$rootdir\Zn folder will be removed - this includes configuration files for all RetroPie components. If you wish to keep any config files of the emulators/ports that RetroPie used, then choose \ZrNo\Zn now and save it first." 22 76 2>&1>/dev/tty ||return 0
0 commit comments