We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515f24d commit 4874586Copy full SHA for 4874586
Flow.Launcher.Core/Plugin/PluginManager.cs
@@ -476,17 +476,6 @@ public static bool IsHomePlugin(string id)
476
return _homePlugins.Where(p => !PluginModified(p.Metadata.ID)).Any(p => p.Metadata.ID == id);
477
}
478
479
- public static IList<PluginPair> GetResultUpdatePlugin()
480
- {
481
- return _resultUpdatePlugin.Where(p => !PluginModified(p.Metadata.ID)).ToList();
482
- }
483
-
484
- public static IList<PluginPair> GetTranslationPlugins()
485
486
- // Here we still return the modified plugins to update the possible string resources
487
- return _translationPlugins.ToList();
488
489
490
public static Dictionary<PluginPair, List<BasePluginHotkey>> GetPluginHotkeyInfo()
491
{
492
return _pluginHotkeyInfo;
0 commit comments