Closed dt192 closed 10 months ago
This should probably use equalsIgnoreCase as it fails if the user sets it to True or TRUE
equalsIgnoreCase
True
TRUE
https://github.com/LotroCompanion/lotro-companion/blob/30bd3657b3965f632e7c69e13b87edba5eefeda5/src/main/java/delta/games/lotro/gui/utils/UiConfiguration.java#L16C4-L16C31
Fixed.
This should probably use
equalsIgnoreCase
as it fails if the user sets it toTrue
orTRUE
https://github.com/LotroCompanion/lotro-companion/blob/30bd3657b3965f632e7c69e13b87edba5eefeda5/src/main/java/delta/games/lotro/gui/utils/UiConfiguration.java#L16C4-L16C31