View Single Post
09/21/19, 02:37 PM   #7
marlonbrando
AddOn Author - Click to view addons
Join Date: Dec 2015
Posts: 17
Originally Posted by Baertram View Post
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)
That seemed to fix things. I got rid of all of the LibAddonMenu-2.0 directories sprinkled among my various addons and then added this to the top-level library.

I'm not the OP but I appreciate your tracking this down.
  Reply With Quote