select bug

This commit is contained in:
Craig Lawson
2026-01-10 21:58:13 +00:00
parent 643a743d70
commit f659876845
+1 -1
View File
@@ -166,7 +166,7 @@ const Settings = () => {
// Update Redux immediately for UI feedback
if (name === "showURL") {
dispatch(setShowURL(newValue ?? value));
dispatch(setShowURL(value));
}
};