mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Fix chat log context menu try-on.
This commit is contained in:
parent
9a02ba2987
commit
f473abb99c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ namespace Glamourer.Interop;
|
|||
public class ContextMenuService : IDisposable
|
||||
{
|
||||
public const int ItemSearchContextItemId = 0x1738;
|
||||
public const int ChatLogContextItemId = 0x948;
|
||||
public const int ChatLogContextItemId = 0x950;
|
||||
|
||||
private readonly ItemManager _items;
|
||||
private readonly IContextMenu _contextMenu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue