We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64de0ce commit cfdbd19Copy full SHA for cfdbd19
Plugins/Flow.Launcher.Plugin.Folder/Main.cs
@@ -167,8 +167,7 @@ private void LoadEnvironmentStringPaths()
167
{
168
_envStringPaths = new Dictionary<string, string>();
169
170
- var specialPaths = System.Environment.GetEnvironmentVariables();
171
- foreach (DictionaryEntry special in specialPaths)
+ foreach (DictionaryEntry special in Environment.GetEnvironmentVariables())
172
173
if (Directory.Exists(special.Value.ToString()))
174
0 commit comments