mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Fix reseting association state
This commit is contained in:
parent
41326456e5
commit
44145611ed
1 changed files with 2 additions and 0 deletions
|
|
@ -1158,6 +1158,8 @@ keepass.updatePopup = function(iconType) {
|
|||
|
||||
// Updates the database hashes to content script
|
||||
keepass.updateDatabase = async function() {
|
||||
keepass.associated.value = false;
|
||||
keepass.associated.hash = null;
|
||||
await keepass.testAssociation(null);
|
||||
const configured = await keepass.isConfigured();
|
||||
keepass.updatePopup(configured ? 'normal' : 'cross');
|
||||
|
|
|
|||
Loading…
Reference in a new issue