mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
Add a simple network monitor to xldata.
This commit is contained in:
parent
a88151de7f
commit
98221471d5
4 changed files with 180 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ namespace Dalamud.Interface.Internal.Windows.Data;
|
|||
internal class DataShareWidget : IDataWindowWidget
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
public DataKind DataKind { get; init; } = DataKind.DataShare;
|
||||
public DataKind DataKind { get; init; } = DataKind.Data_Share;
|
||||
|
||||
/// <inheritdoc/>
|
||||
public bool Ready { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue