mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 11:59:21 +01:00
Update UiConfigOption
This commit is contained in:
parent
1c1b60efee
commit
89fbe6c8b0
1 changed files with 7 additions and 0 deletions
|
|
@ -4069,6 +4069,13 @@ public enum UiConfigOption
|
|||
[GameConfigOption("GposePortraitRotateType", ConfigType.UInt)]
|
||||
GposePortraitRotateType,
|
||||
|
||||
/// <summary>
|
||||
/// UiConfig option with the internal name GroupPosePortraitUnlockAspectLimit.
|
||||
/// This option is a UInt.
|
||||
/// </summary>
|
||||
[GameConfigOption("GroupPosePortraitUnlockAspectLimit", ConfigType.UInt)]
|
||||
GroupPosePortraitUnlockAspectLimit,
|
||||
|
||||
/// <summary>
|
||||
/// UiConfig option with the internal name LsListSortPriority.
|
||||
/// This option is a UInt.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue