mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
EnigmaConfigure: Fixed an issue with case sensitivity
In a couple of string comparisons I was using IF string1 = string2, which is case insensitive, so you couldn't change just the case of a value. Changed to IF string1 == string2 to make the comparison case sensitive.
This commit is contained in:
parent
b5042589cb
commit
ef3182f91f