mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-05 16:47:20 -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
|
// copy selected field to clipboard
|
||||||
for {
|
for {
|
||||||
|
fmt.Println()
|
||||||
choice := front.InputMenuGen("Field to copy:", fields)
|
choice := front.InputMenuGen("Field to copy:", fields)
|
||||||
switch fields[choice-1] {
|
switch fields[choice-1] {
|
||||||
case "Password":
|
case "Password":
|
||||||
|
|||||||
Reference in New Issue
Block a user