From 2265b389b1916eae0847da764be63d9ab88fc6d9 Mon Sep 17 00:00:00 2001 From: goat Date: Thu, 25 Jul 2024 21:36:53 +0200 Subject: [PATCH] config: rename ReShade handling mode property to force new default --- Dalamud/Configuration/Internal/DalamudConfiguration.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Dalamud/Configuration/Internal/DalamudConfiguration.cs b/Dalamud/Configuration/Internal/DalamudConfiguration.cs index 45b49cc8a..5b49f5c72 100644 --- a/Dalamud/Configuration/Internal/DalamudConfiguration.cs +++ b/Dalamud/Configuration/Internal/DalamudConfiguration.cs @@ -444,6 +444,7 @@ internal sealed class DalamudConfiguration : IInternalDisposableService public bool WindowIsImmersive { get; set; } = false; /// Gets or sets the mode specifying how to handle ReShade. + [JsonProperty("ReShadeHandlingModeV2")] public ReShadeHandlingMode ReShadeHandlingMode { get; set; } = ReShadeHandlingMode.Default; /// Gets or sets the swap chain hook mode.