diff --git a/chromeKeePassXC/background/page.js b/chromeKeePassXC/background/page.js index a4f6fa9..7006344 100644 --- a/chromeKeePassXC/background/page.js +++ b/chromeKeePassXC/background/page.js @@ -22,7 +22,7 @@ page.initSettings = function() { page.settings.usePasswordGenerator = 1; } if(!("autoFillSingleEntry" in page.settings)) { - page.settings.autoFillSingleEntry = 1; + page.settings.autoFillSingleEntry = 0; } if(!("autoRetrieveCredentials" in page.settings)) { page.settings.autoRetrieveCredentials = 1; diff --git a/chromeKeePassXC/options/options.html b/chromeKeePassXC/options/options.html index ac690a2..c6ddfad 100644 --- a/chromeKeePassXC/options/options.html +++ b/chromeKeePassXC/options/options.html @@ -104,7 +104,7 @@