add pluginfeatureprovider for updatescollectorfeature
This commit is contained in:
@@ -6,8 +6,10 @@ using Pilz.UI.Symbols;
|
|||||||
|
|
||||||
namespace ModpackUpdater.Apps.Manager.Features.Tools;
|
namespace ModpackUpdater.Apps.Manager.Features.Tools;
|
||||||
|
|
||||||
internal class UpdatesCollectorFeature : PluginFunction
|
internal class UpdatesCollectorFeature : PluginFunction, IPluginFeatureProvider<UpdatesCollectorFeature>
|
||||||
{
|
{
|
||||||
|
public static UpdatesCollectorFeature Instance { get; } = new();
|
||||||
|
|
||||||
public UpdatesCollectorFeature() : base(FeatureTypes.Tools, "origin.updatescollector", FeatureNamesLangRes.UpdatesCollectorFeature)
|
public UpdatesCollectorFeature() : base(FeatureTypes.Tools, "origin.updatescollector", FeatureNamesLangRes.UpdatesCollectorFeature)
|
||||||
{
|
{
|
||||||
Icon = AppGlobals.Symbols.GetSvgImage(AppSymbols.search, SymbolSize.Small);
|
Icon = AppGlobals.Symbols.GetSvgImage(AppSymbols.search, SymbolSize.Small);
|
||||||
|
|||||||
Reference in New Issue
Block a user