9 lines
123 B
QML
9 lines
123 B
QML
|
import QtQuick 2.14
|
||
|
|
||
|
import StatusQ.Popups 0.1
|
||
|
|
||
|
StatusMenuItem {
|
||
|
text: qsTr("View Profile")
|
||
|
icon.name: "profile"
|
||
|
}
|