Update state.js

This commit is contained in:
2025-11-07 20:39:58 +08:00
committed by GitHub
parent 4333321d62
commit 662bc90740

View File

@@ -132,6 +132,7 @@ export function updateUI() {
$(`input[name="amily2_icon_location"][value="${settings.iconLocation}"]`).prop("checked", true);
$("#amily2_auto_hide_enabled").prop("checked", settings.autoHideEnabled);
$("#amily2_auto_hide_summarized_enabled").prop("checked", settings.autoHideSummarizedEnabled);
$("#amily2_auto_hide_threshold").val(settings.autoHideThreshold);
$("#amily2_auto_hide_threshold_value").text(settings.autoHideThreshold);
$('#amily2_lore_activation_mode').val(settings.loreActivationMode);