View Single Post
04-22-14, 06:13 PM   #30
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
http://pastebin.com/YD7jiW51

Call the ApplySettings method from your options, eg.

Code:
local Core = LibStub("AceAddon-3.0"):GetAddon("BasicUI")
local Unitframes = Core:GetModule("Unitframes")
Unitframes:ApplySettings()
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote