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