master #4

Merged
cacahuetes merged 75 commits from liza/Questionable:master into master 2024-09-02 21:50:11 +00:00
Showing only changes of commit 272050d11b - Show all commits

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; }