mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-01-03 06:13:45 +01:00
Fix Apply Dye checkbox tooltip.
This commit is contained in:
parent
efd51b0b5e
commit
f949153292
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ public class EquipmentDrawer
|
||||||
|
|
||||||
private static void DrawApplyStain(in EquipDrawData data)
|
private static void DrawApplyStain(in EquipDrawData data)
|
||||||
{
|
{
|
||||||
if (UiHelpers.DrawCheckbox($"##applyStain{data.Slot}", "Apply this item when applying the Design.", data.CurrentApplyStain,
|
if (UiHelpers.DrawCheckbox($"##applyStain{data.Slot}", "Apply this dye to the item when applying the Design.", data.CurrentApplyStain,
|
||||||
out var enabled,
|
out var enabled,
|
||||||
data.Locked))
|
data.Locked))
|
||||||
data.SetApplyStain(enabled);
|
data.SetApplyStain(enabled);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue