mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 15:24:39 +00:00
9 lines
120 B
QML
9 lines
120 B
QML
|
import QtQuick 2.14
|
||
|
|
||
|
import StatusQ.Popups 0.1
|
||
|
|
||
|
StatusMenuItem {
|
||
|
text: qsTr("Send message")
|
||
|
icon.name: "chat"
|
||
|
}
|