v1.0.8.21: Duty Information in duty, objective progress as X out of Y steps + checkmark, average wait from queue

Made-with: Cursor
This commit is contained in:
2026-03-02 04:06:13 -05:00
parent 2822f730f5
commit 27e743c80f
11 changed files with 1502 additions and 6 deletions
+5 -2
View File
@@ -359,8 +359,11 @@ namespace HSUI.Helpers
if (!ClipRectsHelper.Instance.Enabled || ClipRectsHelper.Instance.Mode == WindowClippingMode.Performance)
{
drawAction(ImGui.GetWindowDrawList());
return;
if (!needsInput && !needsWindow)
{
drawAction(ImGui.GetWindowDrawList());
return;
}
}
windowFlags |= ImGuiWindowFlags.NoSavedSettings | ImGuiWindowFlags.NoFocusOnAppearing | ImGuiWindowFlags.NoBringToFrontOnFocus;
File diff suppressed because it is too large Load Diff