mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Capitalize presets
This commit is contained in:
@@ -400,7 +400,7 @@ function do_presets(data) {
|
|||||||
//add our blank option
|
//add our blank option
|
||||||
var option = document.createElement("option");
|
var option = document.createElement("option");
|
||||||
option.value="";
|
option.value="";
|
||||||
option.text="presets";
|
option.text="Presets";
|
||||||
select.append(option);
|
select.append(option);
|
||||||
presets = data.value;
|
presets = data.value;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user