make window config dirty when disabling clickthrough with title bar button

This commit is contained in:
goat 2025-01-20 22:11:17 +01:00
parent 56acb7dead
commit a72dc92411

View file

@ -498,6 +498,7 @@ public abstract class Window
Click = _ => Click = _ =>
{ {
this.internalIsClickthrough = false; this.internalIsClickthrough = false;
this.presetDirty = false;
ImGui.OpenPopup(additionsPopupName); ImGui.OpenPopup(additionsPopupName);
}, },
Priority = int.MinValue, Priority = int.MinValue,