Merge pull request #1621 from keepassxreboot/fix/set_icon_to_all_tabs

Fix setting icon to all tabs
This commit is contained in:
Sami Vänttinen 2022-05-29 10:38:33 +03:00 committed by GitHub
commit 81cae63f92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,6 @@ browserAction.show = function(tab, popupData) {
page.popupData = popupData;
browser.browserAction.setIcon({
tabId: tab.id,
path: browserAction.generateIconName(popupData.iconType)
});