mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Add tooltip to global eqp condition.
This commit is contained in:
parent
63b3a02e95
commit
aeb2db9f5d
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue