feat: initial DTR management, data window

This commit is contained in:
goaaats 2022-01-29 04:02:47 +01:00
parent 7b2f939003
commit caa9a07859
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
5 changed files with 427 additions and 0 deletions

View file

@ -240,6 +240,11 @@ namespace Dalamud.Configuration.Internal
/// </summary>
public bool DisableRmtFiltering { get; set; }
/// <summary>
/// Gets or sets the order of DTR elements, by title.
/// </summary>
public List<string>? DtrOrder { get; set; }
/// <summary>
/// Load a configuration from the provided path.
/// </summary>