diff --git a/Plugins/Flow.Launcher.Plugin.Folder/Main.cs b/Plugins/Flow.Launcher.Plugin.Folder/Main.cs index 4f6d26590..7b44b110f 100644 --- a/Plugins/Flow.Launcher.Plugin.Folder/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.Folder/Main.cs @@ -167,8 +167,7 @@ namespace Flow.Launcher.Plugin.Folder { _envStringPaths = new Dictionary(); - var specialPaths = System.Environment.GetEnvironmentVariables(); - foreach (DictionaryEntry special in specialPaths) + foreach (DictionaryEntry special in Environment.GetEnvironmentVariables()) { if (Directory.Exists(special.Value.ToString())) {