mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Fix typo and rename geqp options.
This commit is contained in:
parent
cd133bddbb
commit
1d230050c2
2 changed files with 8 additions and 8 deletions
|
|
@ -30,13 +30,13 @@ public static class GlobalEqpExtensions
|
|||
public static ReadOnlySpan<byte> ToName(this GlobalEqpType type)
|
||||
=> type switch
|
||||
{
|
||||
GlobalEqpType.DoNotHideEarrings => "Do Not Hide Earrings"u8,
|
||||
GlobalEqpType.DoNotHideNecklace => "Do Not Hide Necklaces"u8,
|
||||
GlobalEqpType.DoNotHideBracelets => "Do Not Hide Bracelets"u8,
|
||||
GlobalEqpType.DoNotHideRingR => "Do Not Hide Rings (Right Finger)"u8,
|
||||
GlobalEqpType.DoNotHideRingL => "Do Not Hide Rings (Left Finger)"u8,
|
||||
GlobalEqpType.DoNotHideHrothgarHats => "Do Not Hide Hats for Hrothgar"u8,
|
||||
GlobalEqpType.DoNotHideVieraHats => "Do Not Hide Hats for Viera"u8,
|
||||
GlobalEqpType.DoNotHideEarrings => "Always Show Earrings"u8,
|
||||
GlobalEqpType.DoNotHideNecklace => "Always Show Necklaces"u8,
|
||||
GlobalEqpType.DoNotHideBracelets => "Always Show Bracelets"u8,
|
||||
GlobalEqpType.DoNotHideRingR => "Always Show Rings (Right Finger)"u8,
|
||||
GlobalEqpType.DoNotHideRingL => "Always Show Rings (Left Finger)"u8,
|
||||
GlobalEqpType.DoNotHideHrothgarHats => "Always Show Hats for Hrothgar"u8,
|
||||
GlobalEqpType.DoNotHideVieraHats => "Always Show Hats for Viera"u8,
|
||||
_ => "\0"u8,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ public partial class ModEditWindow
|
|||
_editor.MetaEditor.OtherGmpCount);
|
||||
DrawEditHeader(_editor.MetaEditor.Rsp, "Racial Scaling Edits (RSP)###RSP", 5, RspRow.Draw, RspRow.DrawNew,
|
||||
_editor.MetaEditor.OtherRspCount);
|
||||
DrawEditHeader(_editor.MetaEditor.GlobalEqp, "Global Equipment Parameter Edits Edits (Global EQP)###GEQP", 4, GlobalEqpRow.Draw,
|
||||
DrawEditHeader(_editor.MetaEditor.GlobalEqp, "Global Equipment Parameter Edits (Global EQP)###GEQP", 4, GlobalEqpRow.Draw,
|
||||
GlobalEqpRow.DrawNew, _editor.MetaEditor.OtherGlobalEqpCount);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue