mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-23 03:58:49 +00:00
Add missing object id for QML object (#12025)
This commit is contained in:
parent
c86fb40fb7
commit
6c25b6264f
@ -201,6 +201,7 @@ StatusMenu {
|
|||||||
}
|
}
|
||||||
|
|
||||||
StatusAction {
|
StatusAction {
|
||||||
|
id: clearHistoryMenuItem
|
||||||
objectName: "clearHistoryMenuItem"
|
objectName: "clearHistoryMenuItem"
|
||||||
text: qsTr("Clear History")
|
text: qsTr("Clear History")
|
||||||
icon.name: "close-circle"
|
icon.name: "close-circle"
|
||||||
@ -211,8 +212,8 @@ StatusMenu {
|
|||||||
}
|
}
|
||||||
|
|
||||||
StatusAction {
|
StatusAction {
|
||||||
objectName: "deleteOrLeaveMenuItem"
|
|
||||||
id: deleteOrLeaveMenuItem
|
id: deleteOrLeaveMenuItem
|
||||||
|
objectName: "deleteOrLeaveMenuItem"
|
||||||
text: {
|
text: {
|
||||||
if (root.isCommunityChat) {
|
if (root.isCommunityChat) {
|
||||||
return qsTr("Delete Channel")
|
return qsTr("Delete Channel")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user