Add missing object id for clearHistoryMenuItem
This commit is contained in:
parent
980a69da48
commit
fb54479dcf
|
@ -202,6 +202,7 @@ StatusMenu {
|
|||
|
||||
StatusAction {
|
||||
objectName: "clearHistoryMenuItem"
|
||||
id: clearHistoryMenuItem
|
||||
text: qsTr("Clear History")
|
||||
icon.name: "close-circle"
|
||||
type: deleteOrLeaveMenuItem.enabled ? StatusAction.Type.Normal : StatusAction.Type.Danger
|
||||
|
|
Loading…
Reference in New Issue