mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-13 03:17:43 +01:00
feat: add "Load banned plugins" option to dev menu
This commit is contained in:
parent
47428d5c03
commit
d06a7efff8
3 changed files with 13 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue