Skip to content

Commit d6bc053

Browse files
committed
Revert changes
1 parent 813be4a commit d6bc053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Flow.Launcher.Core/Plugin/PluginManager.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ public static class PluginManager
4747
/// <summary>
4848
/// Directories that will hold Flow Launcher plugin directory
4949
/// </summary>
50-
public static string[] Directories =>
51-
[
50+
public static readonly string[] Directories =
51+
{
5252
Constant.PreinstalledDirectory, DataLocation.PluginsDirectory
53-
];
53+
};
5454

5555
private static void DeletePythonBinding()
5656
{

0 commit comments

Comments
 (0)