mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
99b4f1d864
the AC popup was being recreated on every click and never destroyed, leading to: - memory leaks - slow operation on opening (it's not trivial to create) Now we keep a reference the the created popup object, thus making it faster to appear on every (second) click. It gets destroyed via its parent at the application shutdown