mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 07:14:37 +00:00
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"
|
||
|
}
|