Update state.js

This commit is contained in:
2025-10-23 22:06:01 +08:00
committed by GitHub
parent 3d13a0459c
commit 646bcb90e0

View File

@@ -172,6 +172,7 @@ export function updatePlotOptimizationUI() {
if (!settings) return;
$('#amily2_opt_enabled').prop('checked', settings.plotOpt_enabled);
$('#amily2_opt_ejs_enabled').prop('checked', settings.plotOpt_ejsEnabled);
$('#amily2_opt_worldbook_enabled').prop('checked', settings.plotOpt_worldbook_enabled);
$('#amily2_opt_table_enabled').prop('checked', settings.plotOpt_tableEnabled);