indentation fixed
This commit is contained in:
parent
3ea415a776
commit
ffc5c465ce
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ async function openChatGPT(promptText, action, curr_tabId, prompt_name = '', do_
|
||||||
if (prefs.chatgpt_model == '') {
|
if (prefs.chatgpt_model == '') {
|
||||||
showNotification(browser.i18n.getMessage('error'),browser.i18n.getMessage('chatgpt_empty_model'));
|
showNotification(browser.i18n.getMessage('error'),browser.i18n.getMessage('chatgpt_empty_model'));
|
||||||
prefs.connection_type = 'chatgpt_web';
|
prefs.connection_type = 'chatgpt_web';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
switch(prefs.connection_type){
|
switch(prefs.connection_type){
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue