mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 23:05:17 +00:00
2251f870a0
Close #6113
9 lines
135 B
QML
9 lines
135 B
QML
import QtQuick 2.14
|
|
|
|
import StatusQ.Popups 0.1
|
|
|
|
StatusMenuItem {
|
|
text: qsTr("Send Contact Request")
|
|
icon.name: "add-contact"
|
|
}
|