Bug 485

Summary: Can't quit app on exit command
Product: Group 20 Travel Booking System Reporter: yiuschan9-c
Component: AppAssignee: manttsang3-c
Status: RESOLVED FIXED    
Severity: enhancement CC: jiajunye3-c, yiuschan9-c, yuhoitse2-c
Priority: ---    
Version: unspecified   
Hardware: Macintosh   
OS: Mac OS   
Attachments: Screenshot that describes the bug

Description yiuschan9-c 2020-11-26 17:49:29 HKT
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.
Comment 1 Cayden 2020-11-26 22:33:18 HKT
Resolved. Reason: There is a missing line of code to call the function App.quit() when login or register fails.