mention autopass value

This commit is contained in:
Rasmus Steinke 2016-08-05 05:49:21 +02:00
parent af84d3cee4
commit a79ac7a43b
2 changed files with 1 additions and 3 deletions

View File

@ -26,7 +26,7 @@ BROWSER='chromium'
## Misc settings
default_do='menu' # menu, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl
default_do='menu' # menu, autopass, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl
auto_enter='false'
notify='false'

View File

@ -346,8 +346,6 @@ typeMenu () {
typeField
fi
clearUp
elif [[ $default_do == "autotype" ]]; then
autopass
else
$(${default_do})
fi