mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Merge pull request #1405 from MidoriKami/NetworkMonitor_Clear
This commit is contained in:
commit
8c05eb247c
1 changed files with 5 additions and 0 deletions
|
|
@ -98,6 +98,11 @@ internal class NetworkMonitorWidget : IDataWindowWidget
|
||||||
this.trackedPackets = Math.Clamp(this.trackedPackets, 1, 512);
|
this.trackedPackets = Math.Clamp(this.trackedPackets, 1, 512);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ImGui.Button("Clear Stored Packets"))
|
||||||
|
{
|
||||||
|
this.packets.Clear();
|
||||||
|
}
|
||||||
|
|
||||||
this.DrawFilterInput();
|
this.DrawFilterInput();
|
||||||
this.DrawNegativeFilterInput();
|
this.DrawNegativeFilterInput();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue