Update state.js

This commit is contained in:
2025-07-11 15:29:09 +08:00
committed by GitHub
parent ef3b5fa47f
commit 4bb8c8b3e8

View File

@@ -120,6 +120,9 @@ export function updateUI() {
).prop("checked", true);
$(`input[name="amily2_icon_location"][value="${settings.iconLocation}"]`).prop("checked", true);
$("#amily2_auto_hide_enabled").prop("checked", settings.autoHideEnabled);
$("#amily2_auto_hide_threshold").val(settings.autoHideThreshold);
$("#amily2_auto_hide_threshold_value").text(settings.autoHideThreshold);
populateModelDropdown();
}
}