mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +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)]
|
[GameConfigOption("GposePortraitRotateType", ConfigType.UInt)]
|
||||||
GposePortraitRotateType,
|
GposePortraitRotateType,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// UiConfig option with the internal name GroupPosePortraitUnlockAspectLimit.
|
||||||
|
/// This option is a UInt.
|
||||||
|
/// </summary>
|
||||||
|
[GameConfigOption("GroupPosePortraitUnlockAspectLimit", ConfigType.UInt)]
|
||||||
|
GroupPosePortraitUnlockAspectLimit,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// UiConfig option with the internal name LsListSortPriority.
|
/// UiConfig option with the internal name LsListSortPriority.
|
||||||
/// This option is a UInt.
|
/// This option is a UInt.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue