mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Fix setting a global icon on database lock/unlock
This commit is contained in:
parent
a191b06054
commit
aedf9acbe4
1 changed files with 0 additions and 1 deletions
|
|
@ -56,7 +56,6 @@ browserAction.updateIcon = async function(tab, iconType) {
|
|||
}
|
||||
|
||||
browser.browserAction.setIcon({
|
||||
tabId: tab.id,
|
||||
path: browserAction.generateIconName(iconType)
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue