api10 todo: refactor InstalledPluginState into an interface, add functions to open UI

This commit is contained in:
goat 2024-06-29 00:18:33 +02:00
parent c6243cd3de
commit 2565f2c3c6
3 changed files with 92 additions and 10 deletions

View file

@ -155,7 +155,7 @@ public interface IDalamudPluginInterface
/// <summary>
/// Gets a list of installed plugins along with their current state.
/// </summary>
IEnumerable<InstalledPluginState> InstalledPlugins { get; }
IEnumerable<IExposedPlugin> InstalledPlugins { get; }
/// <summary>
/// Opens the <see cref="PluginInstallerWindow"/> with the plugin name set as search target.