Bug 485 - Can't quit app on exit command
Summary: Can't quit app on exit command
Status: RESOLVED FIXED
Alias: None
Product: Group 20 Travel Booking System
Classification: Unclassified
Component: App (show other bugs)
Version: unspecified
Hardware: Macintosh Mac OS
: --- enhancement
Assignee: manttsang3-c
URL:
Depends on:
Blocks:
 
Reported: 2020-11-26 17:49 HKT by yiuschan9-c
Modified: 2020-11-26 22:33 HKT (History)
3 users (show)

See Also:


Attachments
Screenshot that describes the bug (94.71 KB, image/png)
2020-11-26 17:49 HKT, yiuschan9-c
Details

Note You need to log in before you can comment on or make changes to this 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.