Amily渲染开关同步修复测试

This commit is contained in:
2025-11-13 23:36:41 +08:00
parent bfa943a87d
commit fba1abf39d
4 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ export function initializeRendererBindings() {
console.warn("[Amily2-Renderer] Could not find the settings container.");
return;
}
container.on('change', '#render-enable-toggle', function() {
container.on('change', '#render-enable-toggle-amily', function () {
const isChecked = this.checked;
if (!extension_settings[extensionName]) {