Skip to content

Commit 36a614e

Browse files
ConcedoConcedo
Concedo
authored and
Concedo
committed
able to handle kcpp protected model name endpoints
1 parent cf2c7e3 commit 36a614e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

+4
Original file line numberDiff line numberDiff line change
@@ -8404,6 +8404,10 @@
84048404
selected_models = [{ "performance": 100.0, "queued": 0.0, "eta": 0, "name": mdlname, "count": 1 }];
84058405
selected_workers = [];
84068406
console.log("Updating selected model name done.");
8407+
if(forceupdate)
8408+
{
8409+
render_gametext(false);
8410+
}
84078411
}
84088412
})
84098413
.catch(error => {

0 commit comments

Comments
 (0)