We don't respect the close key in any window

This commit is contained in:
Infi
2024-04-11 16:12:57 +02:00
parent db73c59d40
commit 795c8a6bb5
5 changed files with 10 additions and 0 deletions
+2
View File
@@ -19,6 +19,8 @@ internal class Popout : Window
Size = new Vector2(350, 350);
SizeCondition = ImGuiCond.FirstUseEver;
RespectCloseHotkey = false;
}
public override void PreDraw()