mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-15 12:27:43 +01:00
feat(DtrBar): allow for swapping draw direction
This commit is contained in:
parent
bab7f33e96
commit
f6206bc913
3 changed files with 33 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue