From ae185857faf91763c277953ac3c55b1ff06c8e4f Mon Sep 17 00:00:00 2001 From: LukeZGD <26163116+LukeZGD@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:23:49 +0800 Subject: [PATCH] Fix things in "Other utilities" menu --- restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.sh b/restore.sh index 4b1d7de..96dd5f6 100755 --- a/restore.sh +++ b/restore.sh @@ -5247,10 +5247,10 @@ menu_other() { esac menu_items+=("Get iOS Version") fi + menu_items+=("Clear NVRAM") if [[ $device_type == "iPhone"* && $device_mode == "Normal" ]]; then menu_items+=("Dump Baseband") fi - menu_items+=("Clear NVRAM" "Activation Records") if [[ $device_type != "iPod2,1" ]]; then menu_items+=("Just Boot") fi