mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 06:47:44 +01:00
Merge remote-tracking branch 'origin/master' into v9-rollup
This commit is contained in:
commit
871d0d21a2
38 changed files with 667 additions and 477 deletions
|
|
@ -20,7 +20,10 @@ internal class FontAwesomeTestWidget : IDataWindowWidget
|
|||
private bool iconSearchChanged = true;
|
||||
|
||||
/// <inheritdoc/>
|
||||
public DataKind DataKind { get; init; } = DataKind.FontAwesome_Test;
|
||||
public string[]? CommandShortcuts { get; init; } = { "fa", "fatest", "fontawesome" };
|
||||
|
||||
/// <inheritdoc/>
|
||||
public string DisplayName { get; init; } = "Font Awesome Test";
|
||||
|
||||
/// <inheritdoc/>
|
||||
public bool Ready { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue