mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
jsmorley
ef3182f91f
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.
The file is empty.
Description