qr-code-bundle icon indicating copy to clipboard operation
qr-code-bundle copied to clipboard

BUGFIX for EndroidQrCodeExtension::createBuilderDefinition

Open Shoplifter opened this issue 9 months ago • 0 comments

LabelFontSize or labelFontPath are not taken from Configuration if both values are defined in config. Reason: Keys in array $builderConfig are snake_case not camelCase.

If both values are defined in the configuration, the one defined first was overwritten by the default value.

Shoplifter avatar Jan 30 '25 19:01 Shoplifter