Fix StatusNotifierItem MidClick

Bug was introduced in !1798's 8031139a commit.

BUG: 456466
wilder-5.26
Chris Holland 4 years ago
parent 0e5dae1067
commit b3943ee1a6
  1. 2
      applets/systemtray/package/contents/ui/items/StatusNotifierItem.qml

@ -66,8 +66,8 @@ AbstractItem {
openContextMenu(pos);
break;
case Qt.MiddleButton:
const operation = service.operationDescription("SecondaryActivate");
const service = model.Service;
const operation = service.operationDescription("SecondaryActivate");
operation.x = pos.x;
operation.y = pos.y;
service.startOperationCall(operation);

Loading…
Cancel
Save