Adjust spacing in copy menu

This commit is contained in:
2025-11-10 01:13:35 -05:00
parent 39a3460779
commit 107a6f4f12
+1
View File
@@ -49,6 +49,7 @@ func CopyMenu(targetLocation string) {
// copy selected field to clipboard
for {
fmt.Println()
choice := front.InputMenuGen("Field to copy:", fields)
switch fields[choice-1] {
case "Password":