This commit is contained in:
Jeremy Wu 2020-06-29 21:53:01 +10:00
parent 5ff278230b
commit 95a1b9a968

View file

@ -25,7 +25,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search
if (Directory.Exists(special.Value.ToString()))
{
// Variables are returned with a mixture of all upper/lower case.
// Call ToLower() to make them look consitent
// Call ToLower() to make the results look consistent
envStringPaths.Add(special.Key.ToString().ToLower(), special.Value.ToString());
}
}