mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Display environment vars in upper case
This commit is contained in:
parent
768ed4f80a
commit
504fb4ae05
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ namespace Flow.Launcher.Plugin.Explorer.Search
|
|||
path = Path.IsPathFullyQualified(path) ? path : Path.GetFullPath(path);
|
||||
|
||||
// Variables are returned with a mixture of all upper/lower case.
|
||||
// Call ToLower() to make the results look consistent
|
||||
envStringPaths.Add(special.Key.ToString().ToLower(), path);
|
||||
// Call ToUpper() to make the results look consistent
|
||||
envStringPaths.Add(special.Key.ToString().ToUpper(), path);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue