mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: call Enable() on DalamudAtkTweaks
This commit is contained in:
parent
5870c91bb4
commit
19eb54cd78
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ namespace Dalamud.Game.Internal
|
|||
|
||||
var contextMenu = Service<ContextMenu>.Get();
|
||||
contextMenu.ContextMenuOpened += this.ContextMenuOnContextMenuOpened;
|
||||
|
||||
this.Enable();
|
||||
}
|
||||
|
||||
private delegate void AgentHudOpenSystemMenuPrototype(void* thisPtr, AtkValue* atkValueArgs, uint menuSize);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue