From 0eaea67ac23630054f3f3901a70021d7ec2e04ad Mon Sep 17 00:00:00 2001 From: stweedo Date: Thu, 11 May 2023 16:36:01 -0500 Subject: [PATCH] up[date buttons after loading settings --- apps/shadowclk/interface.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/shadowclk/interface.html b/apps/shadowclk/interface.html index 70274d433..e1799c2f4 100644 --- a/apps/shadowclk/interface.html +++ b/apps/shadowclk/interface.html @@ -380,6 +380,7 @@ // Use the JSON values if they exist, otherwise use the current values leadingZero = enableLeadingZero !== undefined ? enableLeadingZero : leadingZero; suffix = enableSuffix !== undefined ? enableSuffix : suffix; + updateButtonState(); displayMessage("Previous settings loaded.", 3000); } else { setDefaultSettings();