feat(DtrBar): allow for swapping draw direction

This commit is contained in:
liam 2022-02-07 00:10:34 -05:00
parent bab7f33e96
commit f6206bc913
3 changed files with 33 additions and 4 deletions

View file

@ -261,6 +261,15 @@ namespace Dalamud.Configuration.Internal
/// </summary>
public int DtrSpacing { get; set; } = 10;
/// <summary>
/// Gets or sets a value indicating whether to swap the
/// direction in which elements are drawn in the DTR.
/// False indicates that elements will be drawn from the end of
/// the left side of the Server Info bar, and continue leftwards.
/// True indicates the opposite.
/// </summary>
public bool DtrSwapDirection { get; set; } = false;
/// <summary>
/// Gets or sets a value indicating whether the title screen menu is shown.
/// </summary>