mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
67e0df17e1
Fixes #6883
10 lines
159 B
QML
10 lines
159 B
QML
import QtQuick 2.14
|
|
|
|
import StatusQ.Popups 0.1
|
|
|
|
StatusAction {
|
|
objectName: "viewProfileMenuItem"
|
|
text: qsTr("View Profile")
|
|
icon.name: "profile"
|
|
}
|