mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
config: rename ReShade handling mode property to force new default
This commit is contained in:
parent
9298e85c61
commit
2265b389b1
1 changed files with 1 additions and 0 deletions
|
|
@ -444,6 +444,7 @@ internal sealed class DalamudConfiguration : IInternalDisposableService
|
||||||
public bool WindowIsImmersive { get; set; } = false;
|
public bool WindowIsImmersive { get; set; } = false;
|
||||||
|
|
||||||
/// <summary>Gets or sets the mode specifying how to handle ReShade.</summary>
|
/// <summary>Gets or sets the mode specifying how to handle ReShade.</summary>
|
||||||
|
[JsonProperty("ReShadeHandlingModeV2")]
|
||||||
public ReShadeHandlingMode ReShadeHandlingMode { get; set; } = ReShadeHandlingMode.Default;
|
public ReShadeHandlingMode ReShadeHandlingMode { get; set; } = ReShadeHandlingMode.Default;
|
||||||
|
|
||||||
/// <summary>Gets or sets the swap chain hook mode.</summary>
|
/// <summary>Gets or sets the swap chain hook mode.</summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue