feat: add "Load banned plugins" option to dev menu

This commit is contained in:
goaaats 2021-11-07 14:33:15 +01:00
parent 47428d5c03
commit d06a7efff8
No known key found for this signature in database
GPG key ID: F18F057873895461
3 changed files with 13 additions and 1 deletions

View file

@ -207,6 +207,11 @@ namespace Dalamud.Configuration.Internal
/// </summary>
public bool LoadAllApiLevels { get; set; }
/// <summary>
/// Gets or sets a value indicating whether or not banned plugins should be loaded.
/// </summary>
public bool LoadBannedPlugins { get; set; }
/// <summary>
/// Gets or sets a value indicating whether or not any plugin should be loaded when the game is started.
/// It is reset immediately when read.