indentation fixed

This commit is contained in:
mic 2024-08-14 21:59:11 +02:00
parent 3ea415a776
commit ffc5c465ce

View file

@ -156,7 +156,7 @@ async function openChatGPT(promptText, action, curr_tabId, prompt_name = '', do_
if (prefs.chatgpt_model == '') {
showNotification(browser.i18n.getMessage('error'),browser.i18n.getMessage('chatgpt_empty_model'));
prefs.connection_type = 'chatgpt_web';
}
}
}
switch(prefs.connection_type){