View Single Post
09/20/19, 03:38 AM   #6
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
But updating it to r29 is the first step to solve the issue as the included outdated version is just nuts :-)
Maybe this helps.

Change the following in LAM function "CreateAddonSettingsMenuEntry"

Code:
KEYBOARD_OPTIONS.controlTable[panelData.id] = {}
after ZO_GameMenu_AddSettingPanel(panelData)
  Reply With Quote