Data Window ui rework (#1376)

This commit is contained in:
MidoriKami 2023-09-17 07:01:11 -07:00 committed by GitHub
parent 08fd4434ea
commit 452cf7813f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 257 additions and 276 deletions

View file

@ -9,10 +9,13 @@ namespace Dalamud.Interface.Internal.Windows.Data;
internal class AetherytesWidget : IDataWindowWidget
{
/// <inheritdoc/>
public DataKind DataKind { get; init; } = DataKind.Aetherytes;
public bool Ready { get; set; }
/// <inheritdoc/>
public bool Ready { get; set; }
public string[]? CommandShortcuts { get; init; } = { "aetherytes" };
/// <inheritdoc/>
public string DisplayName { get; init; } = "Aetherytes";
/// <inheritdoc/>
public void Load()