gui: preferences fixes #27379

This commit is contained in:
chris jones @ipatch
2026-02-11 14:53:56 -06:00
committed by Chris Hennes
parent a8757f7947
commit 9289e27230

View File

@@ -151,7 +151,7 @@ public:
}
}
else if (reason == "SubstituteDecimalSeparator") {
bool value = hGrp->GetBool("SubstituteDecimal");
bool value = hGrp->GetBool("SubstituteDecimalSeparator");
client->enableDecimalPointConversion(value);
}
}