From 80fcf0e99a641233cd4a7b0f992a7c7ea1fd805a Mon Sep 17 00:00:00 2001 From: Mic Date: Thu, 16 Jan 2025 22:56:00 +0100 Subject: [PATCH] comment fixed --- mzta-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mzta-background.js b/mzta-background.js index 4e3d05e5..0538a6e1 100644 --- a/mzta-background.js +++ b/mzta-background.js @@ -444,7 +444,7 @@ async function openChatGPT(promptText, action, curr_tabId, prompt_name = '', do_ type: "popup", } - taLog.log("[chatgpt_api] prefs.chatgpt_win_width: " + prefs.chatgpt_win_width + ", prefs.chatgpt_win_height: " + prefs.chatgpt_win_height); + taLog.log("[google_gemini_api] prefs.chatgpt_win_width: " + prefs.chatgpt_win_width + ", prefs.chatgpt_win_height: " + prefs.chatgpt_win_height); if((prefs.chatgpt_win_width != '') && (prefs.chatgpt_win_height != '') && (prefs.chatgpt_win_width != 0) && (prefs.chatgpt_win_height != 0)){ win_options5.width = prefs.chatgpt_win_width,