Port to latest rcw development version

This commit is contained in:
2025-05-08 19:27:09 -04:00
parent f549b591c0
commit e7293505bc
8 changed files with 72 additions and 49 deletions
+2 -2
View File
@@ -11,10 +11,10 @@ import (
)
// CopyArgument copies a field from an entry to the clipboard.
func CopyArgument(targetLocation string, field int, passphrase []byte) {
func CopyArgument(targetLocation string, field int) {
if isFile, _ := TargetIsFile(targetLocation, true, 2); isFile {
decryptedEntry := DecryptFileToSlice(targetLocation, passphrase)
decryptedEntry := DecryptFileToSlice(targetLocation)
var copySubject string // will store data to be copied
// ensure field exists in entry