mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1690 from keepassxreboot/fix/set_global_icon_on_db_lock_or_unlock
Fix setting a global icon on database lock/unlock
This commit is contained in:
commit
e3715a818b
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