mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 04:46:41 -04:00
Adjust spacing in copy menu
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user