Skip to content

Commit d6bca89

Browse files
committed
PluginsManager: remove IAsyncReloadable
no point for it, anymore
1 parent bc5a971 commit d6bca89

File tree

1 file changed

+1
-6
lines changed
  • Plugins/Flow.Launcher.Plugin.PluginsManager

1 file changed

+1
-6
lines changed

Plugins/Flow.Launcher.Plugin.PluginsManager/Main.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
namespace Flow.Launcher.Plugin.PluginsManager
1414
{
15-
public class Main : ISettingProvider, IAsyncPlugin, IContextMenu, IPluginI18n, IAsyncReloadable
15+
public class Main : ISettingProvider, IAsyncPlugin, IContextMenu, IPluginI18n
1616
{
1717
internal PluginInitContext Context { get; set; }
1818

@@ -76,10 +76,5 @@ public string GetTranslatedPluginDescription()
7676
{
7777
return Context.API.GetTranslation("plugin_pluginsmanager_plugin_description");
7878
}
79-
80-
public async Task ReloadDataAsync()
81-
{
82-
await pluginManager.UpdateManifestAsync();
83-
}
8479
}
8580
}

0 commit comments

Comments
 (0)