updated lite

This commit is contained in:
Concedo 2025-09-11 20:32:48 +08:00
parent 4eb580d376
commit 9c87613f9e

View file

@ -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();