diff --git a/keepassxc-browser/content/keepassxc-browser.js b/keepassxc-browser/content/keepassxc-browser.js index e01f2b1..e3f3481 100755 --- a/keepassxc-browser/content/keepassxc-browser.js +++ b/keepassxc-browser/content/keepassxc-browser.js @@ -103,7 +103,7 @@ kpxc.detectDatabaseChange = async function(response) { kpxcIcons.switchIcons(); if (document.visibilityState !== 'hidden') { - if (response.hash.new !== '' && response.hash.new !== response.hash.old) { + if (response.hash.new !== '') { _called.retrieveCredentials = false; const settings = await sendMessage('load_settings'); kpxc.settings = settings;