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 813be4a commit d6bc053Copy full SHA for d6bc053
Flow.Launcher.Core/Plugin/PluginManager.cs
@@ -47,10 +47,10 @@ public static class PluginManager
47
/// <summary>
48
/// Directories that will hold Flow Launcher plugin directory
49
/// </summary>
50
- public static string[] Directories =>
51
- [
+ public static readonly string[] Directories =
+ {
52
Constant.PreinstalledDirectory, DataLocation.PluginsDirectory
53
- ];
+ };
54
55
private static void DeletePythonBinding()
56
{
0 commit comments