AntiDebug: persist state in config

This commit is contained in:
Philpax 2021-07-11 00:21:19 +02:00
parent 8161fafc9e
commit 090da41ff1
4 changed files with 18 additions and 3 deletions

View file

@ -138,6 +138,11 @@ namespace Dalamud.Configuration
/// </summary>
public bool IsGamepadNavigationEnabled { get; set; } = true;
/// <summary>
/// Gets or sets a value indicating whether or not the anti-anti-debug check is enabled on startup.
/// </summary>
public bool IsAntiAntiDebugEnabled { get; set; } = false;
/// <summary>
/// Load a configuration from the provided path.
/// </summary>