We don't respect the close key in any window
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user