comment translated in english

This commit is contained in:
mic 2024-06-18 20:03:10 +02:00
parent 6cdfd1489f
commit 2e6fa9f86a

View file

@ -337,7 +337,7 @@ async function doProceed(message, customText = ''){
operation_done(); operation_done();
} }
// Nello script di contenuto // In the content script
browser.runtime.onMessage.addListener((message, sender, sendResponse) => { browser.runtime.onMessage.addListener((message, sender, sendResponse) => {
if (message.command === "chatgpt_send") { if (message.command === "chatgpt_send") {
if(!checkLoggedIn()){ if(!checkLoggedIn()){