kaminaris / MaxDps

Other
22 stars 14 forks source link

Config.lua error in some class modules #9

Closed kojakk closed 7 months ago

kojakk commented 2 years ago

Some class modules break due to an error when attempting to add the options menu in the Config.lua. Recommend commenting out so the modules can still function until a fix can be identified.

stophman1 commented 2 years ago

It can be replace with something like this.

local subcategory, layout = Settings.RegisterCanvasLayoutSubcategory(Settings.GetCategory(optionsFrame.parent), optionsFrame, optionsFrame.name);
Settings.RegisterAddOnCategory(subcategory);