fix: use single-arg ToastService.showInfo for copy toast

This commit is contained in:
Vybe (Coding Agent) 2026-05-18 05:33:42 +00:00
parent d8bd3c6c30
commit 2d438415ee

View file

@ -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 {