defaultContextMenuIcon set to empty. see #680
This commit is contained in:
parent
e4c065df7b
commit
1eb1ef6dc1
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ export const specialPromptToContextMenuID = {
|
|||
'prompt_translate_this': contextMenuID_Translate,
|
||||
};
|
||||
|
||||
const defaultContextMenuIcon = 'moz-extension:images/icon-32.png';
|
||||
// const defaultContextMenuIcon = 'moz-extension:images/icon-32px.png';
|
||||
const defaultContextMenuIcon = '';
|
||||
|
||||
export function getContextMenuIcon(promptId) {
|
||||
const contextMenuId = specialPromptToContextMenuID[promptId];
|
||||
|
|
|
|||
Loading…
Reference in a new issue