comment translated in english
This commit is contained in:
parent
6cdfd1489f
commit
2e6fa9f86a
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ async function doProceed(message, customText = ''){
|
|||
operation_done();
|
||||
}
|
||||
|
||||
// Nello script di contenuto
|
||||
// In the content script
|
||||
browser.runtime.onMessage.addListener((message, sender, sendResponse) => {
|
||||
if (message.command === "chatgpt_send") {
|
||||
if(!checkLoggedIn()){
|
||||
|
|
|
|||
Loading…
Reference in a new issue