mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix for options area showing on new game with genamt=1
This commit is contained in:
@@ -208,6 +208,7 @@ function reset_story() {
|
|||||||
}
|
}
|
||||||
document.getElementById("welcome_text").innerText = text;
|
document.getElementById("welcome_text").innerText = text;
|
||||||
document.getElementById("welcome_text").classList.remove("hidden");
|
document.getElementById("welcome_text").classList.remove("hidden");
|
||||||
|
document.getElementById('main-grid').setAttribute('option_length', 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
function fix_text(val) {
|
function fix_text(val) {
|
||||||
|
Reference in New Issue
Block a user