2.0.1 #99

Merged
defnotken merged 19 commits from 2.0.1 into master 2025-12-24 02:11:08 +00:00
Showing only changes of commit 34bbc34b5b - Show all commits

View File

@@ -222,7 +222,9 @@ public class AnimatedHeader
if (ImGui.IsItemHovered() && !string.IsNullOrEmpty(button.Tooltip))
{
ImGui.PushFont(UiBuilder.DefaultFont);
ImGui.SetTooltip(button.Tooltip);
ImGui.PopFont();
}
currentX -= buttonSize.X + spacing;