mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Remove system plugins from the plugin list (#4429)
This commit is contained in:
@@ -52,6 +52,7 @@ namespace BTCPayServer.Plugins
|
||||
{
|
||||
var p = v.ManifestInfo.ToObject<AvailablePlugin>();
|
||||
p.Documentation = v.Documentation;
|
||||
p.SystemPlugin = false;
|
||||
return p;
|
||||
}).ToArray();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user