fix insert pass
This commit is contained in:
parent
e943906ee5
commit
ec92c95d4a
@ -66,6 +66,8 @@ Alt+4: Open URL | Alt+5: Show/Edit</span>'
|
|||||||
|
|
||||||
if [[ "$selected_password" == "Return to Main Menu" ]]; then
|
if [[ "$selected_password" == "Return to Main Menu" ]]; then
|
||||||
globalMenu
|
globalMenu
|
||||||
|
elif [[ "$selected_password" == "[ Add Entry ]" ]]; then
|
||||||
|
insertPass
|
||||||
fi
|
fi
|
||||||
|
|
||||||
password_temp=$(pass "$selected_password")
|
password_temp=$(pass "$selected_password")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user