From 2d438415eec79745845db22f481533b6fe4221a0 Mon Sep 17 00:00:00 2001 From: vybe Date: Mon, 18 May 2026 05:33:42 +0000 Subject: [PATCH] fix: use single-arg ToastService.showInfo for copy toast --- tailscalectl/TailscaleWidget.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailscalectl/TailscaleWidget.qml b/tailscalectl/TailscaleWidget.qml index aec7a31..2ac7d04 100644 --- a/tailscalectl/TailscaleWidget.qml +++ b/tailscalectl/TailscaleWidget.qml @@ -114,7 +114,7 @@ PluginComponent { } copyProcess.command = ["sh", "-c", "printf '%s' '" + text.replace(/'/g, "'\\''") + "' | " + root.clipboardCmd] copyProcess.running = true - ToastService.showInfo("tailscalectl", "Copied: " + text) + ToastService.showInfo("Copied " + text + " to clipboard") } popoutContent: Component {