mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Set GetAllInitializedPlugins to private
This commit is contained in:
parent
93af079316
commit
f08466245a
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
return [.. _allLoadedPlugins];
|
||||
}
|
||||
|
||||
public static List<PluginPair> GetAllInitializedPlugins(bool includeFailed)
|
||||
private static List<PluginPair> GetAllInitializedPlugins(bool includeFailed)
|
||||
{
|
||||
if (includeFailed)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue