mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1621 from keepassxreboot/fix/set_icon_to_all_tabs
Fix setting icon to all tabs
This commit is contained in:
commit
81cae63f92
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ browserAction.show = function(tab, popupData) {
|
|||
page.popupData = popupData;
|
||||
|
||||
browser.browserAction.setIcon({
|
||||
tabId: tab.id,
|
||||
path: browserAction.generateIconName(popupData.iconType)
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue