diff --git a/web/skins/classic/views/options.php b/web/skins/classic/views/options.php index fe1eba404..910de6086 100644 --- a/web/skins/classic/views/options.php +++ b/web/skins/classic/views/options.php @@ -388,6 +388,9 @@ document.addEventListener('DOMContentLoaded', function() { } $opts.on('change', refresh); + + // Apply initial state so dependents match current values on first render. + refresh(); });