From 9c87613f9ef4119d2b84d855f412347681fe02ae Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 11 Sep 2025 20:32:48 +0800 Subject: [PATCH] updated lite --- klite.embd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klite.embd b/klite.embd index 8846a0915..ea0f64025 100644 --- a/klite.embd +++ b/klite.embd @@ -4468,7 +4468,7 @@ Current version indicated by LITEVER below. let pending_eptype = localsettings.prev_custom_endpoint_type; let pending_custmodel = localsettings.prev_custom_endpoint_model; let pending_ischatcmpl = localsettings.prev_custom_endpoint_ischatcmpl; - if(!localflag && pending_eptype>0) + if((!localflag && pending_eptype>0) || (localflag && pending_eptype==2)) { msgboxYesNo("Reconnect to previous custom endpoint?","Custom Endpoint Reconnect",()=>{ document.getElementById("customapidropdown").value = (pending_eptype).toString();