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.