updated lite

This commit is contained in:
Concedo 2026-04-18 18:38:32 +08:00
parent 2962e5bac4
commit ff37b336a7

View file

@ -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();