- TailscaleWidget.qml: remove propagateComposedEvents from right-click MouseArea - plugin.json: clean up author string
This commit is contained in:
parent
da4d566f0c
commit
afdcba9d4c
1 changed files with 0 additions and 5 deletions
|
|
@ -304,14 +304,9 @@ PluginComponent {
|
|||
}
|
||||
}
|
||||
|
||||
// propagateComposedEvents: true so that right-clicks both trigger our context menu
|
||||
// *and* bubble to any parent MouseArea (e.g. for shell-level drag handling).
|
||||
// Documented because the default (false) is far more common and this choice
|
||||
// frequently surprises future maintainers.
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.RightButton
|
||||
propagateComposedEvents: true
|
||||
onClicked: {
|
||||
root.toggleTailscale()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue