mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 21:33:39 +01:00
api10 todo: refactor InstalledPluginState into an interface, add functions to open UI
This commit is contained in:
parent
c6243cd3de
commit
2565f2c3c6
3 changed files with 92 additions and 10 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue