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:
Sami Vänttinen 2022-08-01 15:05:55 +03:00 committed by GitHub
commit e3715a818b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,6 @@ browserAction.updateIcon = async function(tab, iconType) {
}
browser.browserAction.setIcon({
tabId: tab.id,
path: browserAction.generateIconName(iconType)
});
};