diff --git a/tailscalectl/TailscaleWidget.qml b/tailscalectl/TailscaleWidget.qml index cc58653..360f0fb 100644 --- a/tailscalectl/TailscaleWidget.qml +++ b/tailscalectl/TailscaleWidget.qml @@ -321,14 +321,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() } diff --git a/tailscalectl/plugin.json b/tailscalectl/plugin.json index 4a4e032..b972a2f 100644 --- a/tailscalectl/plugin.json +++ b/tailscalectl/plugin.json @@ -3,7 +3,7 @@ "name": "Tailscale", "description": "Tailscale status and controls on the Dank Bar", "version": "0.1.0", - "author": "John Morris & Vybe (AI Slop... er... Coding Assistant)", + "author": "John Morris", "icon": "vpn_key", "type": "widget", "component": "./TailscaleWidget.qml",