mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Revert changes
This commit is contained in:
parent
813be4af2b
commit
d6bc053950
1 changed files with 3 additions and 3 deletions
|
|
@ -47,10 +47,10 @@ namespace Flow.Launcher.Core.Plugin
|
|||
/// <summary>
|
||||
/// Directories that will hold Flow Launcher plugin directory
|
||||
/// </summary>
|
||||
public static string[] Directories =>
|
||||
[
|
||||
public static readonly string[] Directories =
|
||||
{
|
||||
Constant.PreinstalledDirectory, DataLocation.PluginsDirectory
|
||||
];
|
||||
};
|
||||
|
||||
private static void DeletePythonBinding()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue