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
@@ -79,6 +79,8 @@ public sealed class ChatLogWindow : Window, IUiComponent {
Size = new Vector2(500, 250);
SizeCondition = ImGuiCond.FirstUseEver;
RespectCloseHotkey = false;
PayloadHandler = new PayloadHandler(this);
HandlerLender = new Lender<PayloadHandler>(() => new PayloadHandler(this));