status-desktop/ui/imports/shared/controls/chat/menuItems/SendContactRequestMenuItem.qml
Lukáš Tinkl 319b5dd23e feat(profile dialog): General UI updates
- 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
2024-02-09 11:41:55 +01:00

9 lines
133 B
QML

import QtQuick 2.14
import StatusQ.Popups 0.1
StatusAction {
text: qsTr("Send contact request")
icon.name: "add-contact"
}