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
+2 -1
View File
@@ -19,7 +19,8 @@
var default_preferences = {"pbkdf2_level": 1000,
"account_url": "https://gpass-demo.soutade.fr/demo",
"always_disabled":false
"always_disabled":false,
"popup_clipboard":false
};
function get_preference(key)