# Qml improvement Proposal - part 2 1) Clean up assets: check wich images are currently in use and delete the ones that are not 2) Clean up ProfilePopup: ProfilePopup needs to get access to store and currently is either instantiated in some files and in others is called to open via dynamic scoping using the openProfilePopup. Swich to use one PofilePopup instance and pass the store there instead of having it in many different places where there store has to be also present. 3) ~~Make *shared* a QML module and use it as `import shared 1.0` instead of `import "../../../shared"`~~ - DONE [#3934](https://github.com/status-im/status-desktop/issues/3934)