mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-12 22:56:55 +00:00
So far submodel's proxies were created on the fly, on every data(...) call. Now, once created the proxy is persistent and reused whenever needed. Closes: #14389