mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 23:35:32 +00:00
6743bee1aa
It removes duplication and unifies menu items across the app. fixes: #5985
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"
|
|
}
|