mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: add SeenPluginInternalName to DalamudConfiguration.cs
This commit is contained in:
parent
5e2cca2cc5
commit
6bb5e65b75
1 changed files with 5 additions and 0 deletions
|
|
@ -84,6 +84,11 @@ namespace Dalamud.Configuration.Internal
|
|||
/// </summary>
|
||||
public List<string> HiddenPluginInternalName { get; set; } = new();
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a list of seen plugins.
|
||||
/// </summary>
|
||||
public List<string> SeenPluginInternalName { get; set; } = new();
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a list of additional settings for devPlugins. The key is the absolute path
|
||||
/// to the plugin DLL. This is automatically generated for any plugins in the devPlugins folder.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue