Skip to content

Commit 39f6364

Browse files
committed
scraper - remove update menu option
Updates should be done via RetroPie-Setup which has better control. Updates via this option would have rebuilt even when unnecessary.
1 parent b8e5974 commit 39f6364

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scriptmodules/supplementary/scraper.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,6 @@ function gui_scraper() {
275275

276276
options+=(W "Max image width ($max_width)")
277277
options+=(H "Max image height ($max_height)")
278-
279-
options+=(U "Update scraper to the latest version")
280278
local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
281279
if [[ -n "$choice" ]]; then
282280
default="$choice"
@@ -341,9 +339,6 @@ function gui_scraper() {
341339
max_width=$("${cmd[@]}" 2>&1 >/dev/tty)
342340
iniSet "max_width" "$max_width"
343341
;;
344-
U)
345-
rp_callModule "$md_id"
346-
;;
347342
esac
348343
else
349344
break

0 commit comments

Comments
 (0)