mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 11:59:21 +01:00
feat(PluginManager): add switch to allow for loading plugins of all API levels
This commit is contained in:
parent
3274bd047d
commit
1e33b7deb5
4 changed files with 15 additions and 2 deletions
|
|
@ -164,6 +164,11 @@ namespace Dalamud.Configuration.Internal
|
|||
/// </summary>
|
||||
public string DalamudBetaKind { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether or not all plugins, regardless of API level, should be loaded.
|
||||
/// </summary>
|
||||
public bool LoadAllApiLevels { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Load a configuration from the provided path.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue