up[date buttons after loading settings

pull/2745/head
stweedo 2023-05-11 16:36:01 -05:00
parent 22bd23178c
commit 0eaea67ac2
1 changed files with 1 additions and 0 deletions

View File

@ -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();