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