gui: preferences fixes #27379
This commit is contained in:
committed by
Chris Hennes
parent
a8757f7947
commit
9289e27230
@@ -151,7 +151,7 @@ public:
|
||||
}
|
||||
}
|
||||
else if (reason == "SubstituteDecimalSeparator") {
|
||||
bool value = hGrp->GetBool("SubstituteDecimal");
|
||||
bool value = hGrp->GetBool("SubstituteDecimalSeparator");
|
||||
client->enableDecimalPointConversion(value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user