fix: use single-arg ToastService.showInfo for copy toast
This commit is contained in:
parent
d8bd3c6c30
commit
2d438415ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue