diff --git a/HUD Manager/PluginUi.cs b/HUD Manager/PluginUi.cs index b976fd6..f438b2e 100644 --- a/HUD Manager/PluginUi.cs +++ b/HUD Manager/PluginUi.cs @@ -580,11 +580,15 @@ namespace HUD_Manager { } } + HoverTooltip("Toggle a movable preview for this element"); + ImGui.SameLine(ImGui.GetContentRegionAvail().X - ImGui.GetStyle().ItemSpacing.X * 3); if (IconButton(FontAwesomeIcon.TrashAlt, $"uimanager-remove-element-{kind}")) { toRemove.Add(kind); } + HoverTooltip("Remove this element from this layout"); + ImGui.Separator(); void DrawEnabledCheckbox(ElementKind kind, ElementComponent component) {