diff --git a/webextension/img/usercontext.svg b/webextension/img/usercontext.svg new file mode 100644 index 0000000..8bc353b --- /dev/null +++ b/webextension/img/usercontext.svg @@ -0,0 +1,20 @@ + + + + + + + + + + \ No newline at end of file diff --git a/webextension/js/popup.js b/webextension/js/popup.js index d99234b..0e60c6e 100644 --- a/webextension/js/popup.js +++ b/webextension/js/popup.js @@ -6,7 +6,7 @@ browser.runtime.sendMessage('get-identities').then(reply=> { const identityName = identity.l10nID.match(/userContext(\w*)\.label/)[IDENTITY_L10NID_MATCH_INDEX]; const identityRow = ` - i + ${identityName} > `;