Don't allow debug overlay to be closed via ESC

pull/42/head
Liza 2024-09-01 20:35:50 +02:00
parent 7c62a85a8a
commit 272050d11b
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ internal sealed class DebugOverlay : Window
Size = ImGui.GetIO().DisplaySize;
SizeCondition = ImGuiCond.Always;
IsOpen = true;
ShowCloseButton = false;
RespectCloseHotkey = false;
}
public ElementId? HighlightedQuest { get; set; }