View Single Post
06/01/20, 04:58 PM   #8
Unleash101
Join Date: Jun 2020
Posts: 6
I am an idiot!
I have a settings.lua file that creates the settings panel via libaddonmenu. So in
Lua Code:
  1. LAM:RegisterAddonPanel("myAddon", panelData)
  2.     LAM:RegisterOptionControls("myAddon", optionsTable)
I indicated myAddon, but you need to specify myAddon-settings.
Changed and it worked.

@sirinsidiator thanks for pushing everything to check!
@Baertram thanks for the good tips!
  Reply With Quote