Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'keepassxc-browser/background/keepass.js')
-rwxr-xr-xkeepassxc-browser/background/keepass.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/keepassxc-browser/background/keepass.js b/keepassxc-browser/background/keepass.js
index e7183bd..e8b0d73 100755
--- a/keepassxc-browser/background/keepass.js
+++ b/keepassxc-browser/background/keepass.js
@@ -191,6 +191,10 @@ keepass.updateCredentials = async function(tab, args = []) {
messageData.uuid = entryId;
}
+ if (!entryId && page.settings.downloadFaviconAfterSave) {
+ messageData.downloadFavicon = 'true';
+ }
+
if (group && groupUuid) {
messageData.group = group;
messageData.groupUuid = groupUuid;