mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 21:24:16 +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
|
|
@ -48,6 +48,7 @@ internal class DataWindow : Window
|
|||
new DtrBarWidget(),
|
||||
new UIColorWidget(),
|
||||
new DataShareWidget(),
|
||||
new NetworkMonitorWidget(),
|
||||
};
|
||||
|
||||
private readonly Dictionary<DataKind, string> dataKindNames = new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue