Skip to content

Commit

Permalink
make window config dirty when disabling clickthrough with title bar b…
Browse files Browse the repository at this point in the history
…utton
  • Loading branch information
goaaats committed Jan 20, 2025
1 parent 56acb7d commit a72dc92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dalamud/Interface/Windowing/Window.cs
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ internal void DrawInternal(WindowDrawFlags internalDrawFlags, WindowSystemPersis
Click = _ =>
{
this.internalIsClickthrough = false;
this.presetDirty = false;
ImGui.OpenPopup(additionsPopupName);
},
Priority = int.MinValue,
Expand Down

0 comments on commit a72dc92

Please sign in to comment.