forked from liza/Questionable
Don't allow debug overlay to be closed via ESC
This commit is contained in:
parent
7c62a85a8a
commit
272050d11b
@ -45,6 +45,8 @@ internal sealed class DebugOverlay : Window
|
|||||||
Size = ImGui.GetIO().DisplaySize;
|
Size = ImGui.GetIO().DisplaySize;
|
||||||
SizeCondition = ImGuiCond.Always;
|
SizeCondition = ImGuiCond.Always;
|
||||||
IsOpen = true;
|
IsOpen = true;
|
||||||
|
ShowCloseButton = false;
|
||||||
|
RespectCloseHotkey = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ElementId? HighlightedQuest { get; set; }
|
public ElementId? HighlightedQuest { get; set; }
|
||||||
|
Loading…
Reference in New Issue
Block a user