diff --git a/ModpackUpdater.Apps.Manager/Features/Tools/UpdatesCollectorFeature.cs b/ModpackUpdater.Apps.Manager/Features/Tools/UpdatesCollectorFeature.cs index f952a6f..65c7b5a 100644 --- a/ModpackUpdater.Apps.Manager/Features/Tools/UpdatesCollectorFeature.cs +++ b/ModpackUpdater.Apps.Manager/Features/Tools/UpdatesCollectorFeature.cs @@ -6,8 +6,10 @@ using Pilz.UI.Symbols; namespace ModpackUpdater.Apps.Manager.Features.Tools; -internal class UpdatesCollectorFeature : PluginFunction +internal class UpdatesCollectorFeature : PluginFunction, IPluginFeatureProvider { + public static UpdatesCollectorFeature Instance { get; } = new(); + public UpdatesCollectorFeature() : base(FeatureTypes.Tools, "origin.updatescollector", FeatureNamesLangRes.UpdatesCollectorFeature) { Icon = AppGlobals.Symbols.GetSvgImage(AppSymbols.search, SymbolSize.Small);