stepva / chatalysis

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

Singleton windows #90

Closed miskfi closed 1 year ago

miskfi commented 1 year ago

Changed the behavior of secondary windows (top ten conversations, individual conversations) to use the singleton pattern (sort of) so that only one instance of a particular window can be open at a time. It's not the cleanest solution to this problem and I might rewrite later when I do the GUI redesign, but it does the job.