crashbash111 / mcdonalds-registersimulator

A NP6 Register Simulator for training purposes only.
25 stars 5 forks source link

Return history not stored #4

Open crashbash111 opened 6 months ago

crashbash111 commented 6 months ago

When using the "RETURN" button, the user is returned to the previously opened menu. However, if navigating through another sub-menu, the user will end in a "return loop", where they cannot exit.

Intended functionality: When opening a sub-menu, a stack should be stored. The user should be returned to the previous menu they have navigated to on the "stack".