feat: add an option to disable RMT Filtering

This commit is contained in:
Cara 2021-09-19 15:24:25 +09:30
parent e29a312c52
commit acd5c7f93a
3 changed files with 20 additions and 6 deletions

View file

@ -195,6 +195,11 @@ namespace Dalamud.Configuration.Internal
/// </summary>
public bool PluginSafeMode { get; set; }
/// <summary>
/// Gets or sets a value indicating whether or not Dalamud RMT filtering should be disabled.
/// </summary>
public bool DisableRmtFiltering { get; set; }
/// <summary>
/// Load a configuration from the provided path.
/// </summary>