From ff37b336a73ba552329c716e7c9d7f419dc124d5 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 18 Apr 2026 18:38:32 +0800 Subject: [PATCH] updated lite --- embd_res/klite.embd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/embd_res/klite.embd b/embd_res/klite.embd index dfa5cb845..328d1f5f3 100644 --- a/embd_res/klite.embd +++ b/embd_res/klite.embd @@ -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();