Skip to content

Commit

Permalink
Fix things in "Other utilities" menu
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Jan 23, 2024
1 parent d517868 commit ae18585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae18585

Please sign in to comment.