From 1779a30c84d6069eb4d1ba4fb8c17519cf3325eb Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 4 Jan 2026 17:47:53 +0100 Subject: [PATCH] getConnectionType call updated. see #604 --- js/mzta-menus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/mzta-menus.js b/js/mzta-menus.js index 546b69c0..a74124ed 100644 --- a/js/mzta-menus.js +++ b/js/mzta-menus.js @@ -206,7 +206,7 @@ export class mzta_Menus { default_chatgpt_lang: prefs_default.default_chatgpt_lang, do_debug: prefs_default.do_debug, }); - let def_conntype = getConnectionType(prefs_at.connection_type, curr_prompt); + let def_conntype = getConnectionType(prefs_at, curr_prompt, 'add_tags'); if((def_conntype === '')||(def_conntype === null)||(def_conntype === undefined)||(def_conntype === 'chatgpt_web')){ console.error("[ThunderAI | AddTags] Invalid connection type: " + def_conntype); taWorkingStatus.stopWorking();