Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSami Vänttinen <sami.vanttinen@protonmail.com>2022-05-29 10:38:33 +0300
committerGitHub <noreply@github.com>2022-05-29 10:38:33 +0300
commit81cae63f922c0e927c79cbd84457e61d6605effe (patch)
tree2b38243065bb875247b6108b969229927130d9ff
parentea1902c27c71f7c22e788c635ccfba973656b401 (diff)
parentcbdf77b8cd605f2cef90727cfd9b2b21f4c1056e (diff)
Merge pull request #1621 from keepassxreboot/fix/set_icon_to_all_tabs
Fix setting icon to all tabs
-rwxr-xr-xkeepassxc-browser/background/browserAction.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/keepassxc-browser/background/browserAction.js b/keepassxc-browser/background/browserAction.js
index 81d5c32..eab6557 100755
--- a/keepassxc-browser/background/browserAction.js
+++ b/keepassxc-browser/background/browserAction.js
@@ -10,7 +10,6 @@ browserAction.show = function(tab, popupData) {
page.popupData = popupData;
browser.browserAction.setIcon({
- tabId: tab.id,
path: browserAction.generateIconName(popupData.iconType)
});