From 3ebbaf184ba7d77a3c610cad6dd02ee20684f303 Mon Sep 17 00:00:00 2001 From: mic Date: Fri, 2 Jan 2026 12:33:53 +0100 Subject: [PATCH] reset button added. see #102 --- pages/_lib/connection-ui.js | 17 +++++++++++++++-- pages/customprompts/mzta-custom-prompts.js | 10 +++++++++- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/pages/_lib/connection-ui.js b/pages/_lib/connection-ui.js index f5d39800..550a1491 100644 --- a/pages/_lib/connection-ui.js +++ b/pages/_lib/connection-ui.js @@ -44,7 +44,9 @@ export async function injectConnectionUI({ no_chatgpt_web = false, defaultType = '', tr_class = '', - taLog = console + taLog = console, + customButtonLabel = '', + customButtonCallback = null } = {}) { const anchorTr = document.getElementById(afterTrId); @@ -74,8 +76,9 @@ export async function injectConnectionUI({ -