applets/appmenu: add accessible properties to compact representation

wilder-5.26
Fushan Wen 4 years ago
parent d87b926886
commit 6cb2f03726
No known key found for this signature in database
GPG Key ID: 2E48D1487C91DCAA
  1. 5
      applets/appmenu/package/contents/ui/main.qml

@ -42,6 +42,11 @@ Item {
checkable: menuAvailable && Plasmoid.nativeInterface.currentIndex === fakeIndex
checked: checkable
icon.name: "application-menu"
display: PlasmaComponents3.AbstractButton.IconOnly
text: Plasmoid.title
Accessible.description: Plasmoid.toolTipSubText
onClicked: Plasmoid.nativeInterface.trigger(this, 0);
}

Loading…
Cancel
Save