diff --git a/Flow.Launcher.Core/Plugin/PluginManager.cs b/Flow.Launcher.Core/Plugin/PluginManager.cs index 70cfc397f..ab5b276b5 100644 --- a/Flow.Launcher.Core/Plugin/PluginManager.cs +++ b/Flow.Launcher.Core/Plugin/PluginManager.cs @@ -47,10 +47,10 @@ namespace Flow.Launcher.Core.Plugin /// /// Directories that will hold Flow Launcher plugin directory /// - public static string[] Directories => - [ + public static readonly string[] Directories = + { Constant.PreinstalledDirectory, DataLocation.PluginsDirectory - ]; + }; private static void DeletePythonBinding() {