Update state.js

This commit is contained in:
2025-07-09 18:06:15 +08:00
committed by GitHub
parent aa1e48d835
commit 389454d005

View File

@@ -118,6 +118,7 @@ export function updateUI() {
`input[name="amily2_lorebook_target"][value="${settings.lorebookTarget}"]`, `input[name="amily2_lorebook_target"][value="${settings.lorebookTarget}"]`,
).prop("checked", true); ).prop("checked", true);
$(`input[name="amily2_icon_location"][value="${settings.iconLocation}"]`).prop("checked", true);
populateModelDropdown(); populateModelDropdown();
} }
} }