mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
make window config dirty when disabling clickthrough with title bar button
This commit is contained in:
parent
56acb7dead
commit
a72dc92411
1 changed files with 1 additions and 0 deletions
|
|
@ -498,6 +498,7 @@ public abstract class Window
|
|||
Click = _ =>
|
||||
{
|
||||
this.internalIsClickthrough = false;
|
||||
this.presetDirty = false;
|
||||
ImGui.OpenPopup(additionsPopupName);
|
||||
},
|
||||
Priority = int.MinValue,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue