typo fix
This commit is contained in:
parent
d383e78503
commit
0a99b28067
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ export class mzta_Menus {
|
||||||
|
|
||||||
// const tabs = await browser.tabs.query({ active: true, currentWindow: true });
|
// const tabs = await browser.tabs.query({ active: true, currentWindow: true });
|
||||||
// add custom text if needed
|
// add custom text if needed
|
||||||
//browser.runtime.sendMessage({command: "chatgpt_open", prompt: fullPrompt, action: curr_prompt.action, tabId: tabs[0].id});
|
// browser.runtime.sendMessage({command: "chatgpt_open", prompt: fullPrompt, action: curr_prompt.action, tabId: tabs[0].id});
|
||||||
if(curr_prompt.is_special == '1'){ // Special prompts
|
if(curr_prompt.is_special == '1'){ // Special prompts
|
||||||
switch(curr_prompt.id){
|
switch(curr_prompt.id){
|
||||||
case 'prompt_add_tags': { // Add tags to the email
|
case 'prompt_add_tags': { // Add tags to the email
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue