diff --git a/Dalamud/Interface/Windowing/Window.cs b/Dalamud/Interface/Windowing/Window.cs index 79bb63685..eaa3561f5 100644 --- a/Dalamud/Interface/Windowing/Window.cs +++ b/Dalamud/Interface/Windowing/Window.cs @@ -498,6 +498,7 @@ public abstract class Window Click = _ => { this.internalIsClickthrough = false; + this.presetDirty = false; ImGui.OpenPopup(additionsPopupName); }, Priority = int.MinValue,