mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 22:07:44 +01:00
Switch to CS in NetworkMonitorWidget (#2600)
* Switch to CS in NetworkMonitorWidget * Lazy-init the hooks * Fix warnings
This commit is contained in:
parent
aa4ace976e
commit
33a7cdefa8
5 changed files with 16 additions and 22 deletions
|
|
@ -336,7 +336,7 @@ internal sealed unsafe class ContextMenu : IInternalDisposableService, IContextM
|
|||
this.MenuCallbackIds.Clear();
|
||||
this.SelectedAgent = agent;
|
||||
var unitManager = RaptureAtkUnitManager.Instance();
|
||||
this.SelectedParentAddon = unitManager->GetAddonById(unitManager->GetAddonByName(addonName)->ContextMenuParentId);
|
||||
this.SelectedParentAddon = unitManager->GetAddonById(unitManager->GetAddonByName(addonName)->BlockedParentId);
|
||||
this.SelectedEventInterfaces.Clear();
|
||||
if (this.SelectedAgent == AgentInventoryContext.Instance())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue