Add a checkbox to only copy password into clipboard from popup (and a default behaviour from options)

This commit is contained in:
2021-03-02 16:54:24 +01:00
parent 354ddbbba9
commit 7f95b19264
12 changed files with 166 additions and 74 deletions

View File

@@ -10,8 +10,9 @@
<br/>
<b>PBKDF2 level</b> Number of iterations used to derivate master key <input id="pbkdf2_level" type="number"/><br />
<br/>
<b>Always disabled</b> Disable gPass for all websites. You can still use popup, but no hook is attached to login forms <input id="always_disabled" type="checkbox"/><br />
<br/>
<b>Always disabled</b> Disable gPass for all websites. You can still use popup, but no hook is attached to login forms<input id="always_disabled" type="checkbox"/><br />
<b>Popup clipboard copy</b> Copy password into clipboard (by default) when using popup <input id="popup_clipboard" type="checkbox"/><br />
<br/>
<br/>
<input type="button" id="save" value="Save"/>