Add tooltip to global eqp condition.

This commit is contained in:
Ottermandias 2024-06-03 17:46:45 +02:00
parent 63b3a02e95
commit aeb2db9f5d

View file

@ -758,6 +758,7 @@ public partial class ModEditWindow
if (IdInput("##geqpCond", 100 * ImUtf8.GlobalScale, _new.Condition.Id, out var newId, 1, ushort.MaxValue, _new.Condition.Id <= 1))
_new = _new with { Condition = newId };
ImUtf8.HoverTooltip("The Model ID for the item that should not be hidden."u8);
}
public static void Draw(MetaFileManager metaFileManager, GlobalEqpManipulation meta, ModEditor editor, Vector2 iconSize)