mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-19 08:00:25 +00:00
updated lite
This commit is contained in:
parent
2962e5bac4
commit
ff37b336a7
1 changed files with 5 additions and 1 deletions
|
|
@ -10617,6 +10617,7 @@ Current version indicated by LITEVER below.
|
|||
{
|
||||
if (storyobj.savedaestheticsettings && storyobj.savedaestheticsettings != "") {
|
||||
import_props_into_object(aestheticInstructUISettings, storyobj.savedaestheticsettings);
|
||||
refreshAestheticPreview(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -27823,7 +27824,10 @@ Current version indicated by LITEVER below.
|
|||
}
|
||||
|
||||
function hideAestheticUISettingsMenu(confirm) {
|
||||
if (!confirm) { aestheticInstructUISettings = deepCopyAestheticSettings(tempAestheticInstructUISettings); updateUIFromData(); }
|
||||
if (!confirm) {
|
||||
aestheticInstructUISettings = deepCopyAestheticSettings(tempAestheticInstructUISettings);
|
||||
refreshAestheticPreview(false);
|
||||
}
|
||||
tempAestheticInstructUISettings = null;
|
||||
document.getElementById("aestheticsettingscontainer").classList.add("hidden");
|
||||
render_gametext();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue