fix for websearch button visibility

This commit is contained in:
Concedo
2025-02-09 22:06:12 +08:00
parent bdade9be1b
commit c1d38897ee
+1
View File
@@ -9485,6 +9485,7 @@ Current version indicated by LITEVER below.
let has_password = (data.protected?true:false);
let has_txt2img = (data.txt2img?true:false);
let no_txt_model = (mdlname=="inactive");
update_websearch_button_visibility();
//also check against kcpp's max true context length
fetch(apply_proxy_url(desiredkoboldendpoint + koboldcpp_truemaxctxlen_endpoint),