From d6bc053950fa3a6195c2b2956c9e3b81a05943ce Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sun, 21 Sep 2025 16:46:43 +0800 Subject: [PATCH] Revert changes --- Flow.Launcher.Core/Plugin/PluginManager.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {