stepva / chatalysis

Analyse and visualise your chats - currently supporting Facebook Messenger and Instagram
MIT License
23 stars 5 forks source link

Better errors & GUI changes #62

Closed miskfi closed 1 year ago

miskfi commented 1 year ago

Busy day. The errors are now printed to a GUI messagebox (by default only the error type and message are printed but stacktrace can be enabled via config) and they should be a little more specific. Also changed the behavior of additional windows - if you close the main window, the program ends and other windows are closed as well.

Removed the check_if_create_new function - it was pretty useless 😄