Skip to content

Commit

Permalink
Restricted Extras Menu From Main Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
esc0rtd3w committed Jan 12, 2017
1 parent 14b649e commit 9d42194
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion wifi-hacker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1906,7 +1906,19 @@ case "$hotkeyInput" in
;;

"E" | "e")
menuExtras

case "$lastMenuID" in

"menuMain")
menuMain
;;

*)
menuExtras
;;

esac

;;

"X" | "x")
Expand Down

0 comments on commit 9d42194

Please sign in to comment.