mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 12:25:51 +00:00
Amily渲染开关同步修复测试
This commit is contained in:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user