Set activated icon only when a username is filled

This commit is contained in:
2021-03-02 14:53:06 +01:00
parent 267a809019
commit a485267da8
4 changed files with 82 additions and 51 deletions
+5
View File
@@ -17,6 +17,11 @@
along with gPass. If not, see <http://www.gnu.org/licenses/>.
*/
var default_preferences = {"pbkdf2_level": 1000,
"account_url": "https://gpass-demo.soutade.fr/demo",
"always_disabled":false
};
function get_preference(key)
{
// Inspired from https://github.com/akiomik/chrome-storage-promise/