config: rename ReShade handling mode property to force new default

This commit is contained in:
goat 2024-07-25 21:36:53 +02:00
parent 9298e85c61
commit 2265b389b1

View file

@ -444,6 +444,7 @@ internal sealed class DalamudConfiguration : IInternalDisposableService
public bool WindowIsImmersive { get; set; } = false;
/// <summary>Gets or sets the mode specifying how to handle ReShade.</summary>
[JsonProperty("ReShadeHandlingModeV2")]
public ReShadeHandlingMode ReShadeHandlingMode { get; set; } = ReShadeHandlingMode.Default;
/// <summary>Gets or sets the swap chain hook mode.</summary>