KalleHallden / pwManager

184 stars 74 forks source link

Fixed bug in menu #22

Closed runarmod closed 2 years ago

runarmod commented 2 years ago

As @AyaanSiddiqui described in Issue #20 , if the user chooses "3", the function runs infinite times. The reason was that choice never gets updates by the user, so it always stays at 3, when the user chooses it for the first time.

Now, no matter what the user chooses (except for Q) the user will eventually get the menu presented again.