mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-04 10:44:23 +00:00
Pascal Precht
57ac94c4ac
fix(Profile): ensure profile popup has window
When the profile popup is opened inside the contacts list, it doesn't have a surrounding window context (`Popup` types should usually be used within `ApplicationWindow` or `Window` components as per https://doc.qt.io/qt-5/qml-qtquick-controls2-popup.html). This is problematic when popup are nested, like it's the case with the nickname popup that will be instantiated by the profile popup. With no window context, such nested popup can't be opened by the application. This commit ensures the profile popup is created with a proper context, fixing the issue that the nickname popup won't open when visting via contacts list. Fixes #2216
…
Status-desktop
Desktop client for the Status Network built with Nim and Qt
note: this documentation is wip
Getting started
Overview
Architecture & Development
Guides & Tutorials
Continuous Integration
API
Translations
License
Licensed under the Mozilla Public License Version 2.0
Description
Languages
QML
39.3%
JavaScript
29.6%
Nim
18.5%
Python
5.6%
C++
5.2%
Other
1.7%