Skip to content

Commit

Permalink
Show tethered option in iPad 1, touch 3, 4 CDMA
Browse files Browse the repository at this point in the history
basically for those with broken powdersn0w versions
  • Loading branch information
LukeZGD committed Jan 5, 2024
1 parent 04f0267 commit 74c7177
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 @@ -4480,7 +4480,7 @@ menu_restore() {
menu_items+=("Other (Tethered)")
fi
case $device_type in
iPhone3,2 | iPod4,1 )
iPhone3,[23] | iPad1,1 | iPod[34],1 )
menu_items+=("Other (Tethered)");;
esac
if (( device_proc < 7 )); then
Expand Down

0 comments on commit 74c7177

Please sign in to comment.