Skip to content

Commit 16cd8aa

Browse files
Add explanation for what export with attaches does
1 parent 73641fa commit 16cd8aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Meddle/Meddle.Plugin/UI/LiveCharacterTab.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ private void DrawCharacter(CSCharacter* character, string name, int depth = 0)
183183

184184
return info;
185185
}, character->NameString.GetCharacterName(config, character->ObjectKind));
186+
187+
ImGui.SameLine();
188+
UiUtil.HintCircle("Attaches are weapons, mounts, companions, parasols, etc. If you wish to export them separately, use the export buttons in their respective sections.");
186189
}
187190

188191
DrawDrawObject(drawObject, character->NameString.GetCharacterName(config, character->ObjectKind));

0 commit comments

Comments
 (0)