From 5ce439f0c2fa828ac46adc19b8da49a19ed7861c Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 5 Mar 2026 20:02:37 -0500 Subject: [PATCH] Update web/skins/classic/views/options.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- web/skins/classic/views/options.php | 3 +++ 1 file changed, 3 insertions(+) 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(); });