Add a checkbox to only copy password into clipboard from popup (and a default behaviour from options)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user