mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
319b5dd23e
- create new `ShareProfileDialog` with QR code + links - align the context menu items with latest Figma designs - add `isBlocked` to contact icons - adjust SB to show more options and showcase models Fixes #13416 Fixes #13417
9 lines
133 B
QML
9 lines
133 B
QML
import QtQuick 2.14
|
|
|
|
import StatusQ.Popups 0.1
|
|
|
|
StatusAction {
|
|
text: qsTr("Send contact request")
|
|
icon.name: "add-contact"
|
|
}
|