mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 14:27:45 +01:00
feat: DTR toggling & reordering in settings window
This commit is contained in:
parent
35d5ca9a19
commit
597b7bb000
3 changed files with 166 additions and 30 deletions
|
|
@ -245,6 +245,11 @@ namespace Dalamud.Configuration.Internal
|
|||
/// </summary>
|
||||
public List<string>? DtrOrder { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the list of ignored DTR elements, by title.
|
||||
/// </summary>
|
||||
public List<string>? DtrIgnore { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Load a configuration from the provided path.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue