feat(DTR): configurable spacing

This commit is contained in:
goaaats 2022-02-02 21:36:56 +01:00
parent e90ef9da9e
commit 976c26e544
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
3 changed files with 18 additions and 7 deletions

View file

@ -256,6 +256,11 @@ namespace Dalamud.Configuration.Internal
/// </summary>
public List<string>? DtrIgnore { get; set; }
/// <summary>
/// Gets or sets the spacing used for DTR entries.
/// </summary>
public int DtrSpacing { get; set; } = 10;
/// <summary>
/// Gets or sets a value indicating whether the title screen menu is shown.
/// </summary>