Created attachment 53 [details] Screenshot that describes the bug On the screen before user login/register, after the user has entered "3" to instruct the program to quit, the console window doesn't close and shows "Exiting...". User has to manually close the console window in order to quit.
Resolved. Reason: There is a missing line of code to call the function App.quit() when login or register fails.