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:
@@ -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
Reference in New Issue
Block a user