local defaults = {
profile = {
- indicatorFont = "Arial Narrow",
- showIcons = true,
enabled = true,
indicators = {
['**'] = {
+ auras = {},
textSize = 10,
textColor = {1, 1, 1, 1},
mine = false,
SLASH_OMARF1 = "/omarf";
function SlashCmdList.OMARF(msg, editBox)
- local loaded, finished = IsAddonLoaded("OmaRFConfig");
+ local loaded, finished = IsAddOnLoaded("OmaRFConfig");
if not loaded then
- local loaded, reason = LoadAddon("OmaRFConfig");
+ local loaded, reason = LoadAddOn("OmaRFConfig");
if not loaded then
if reason == "DISABLED" then
print("OmaRFConfig is disabled");
return;
end
+ InterfaceOptionsFrame_OpenToCategory(OmaRF.optionsFrames.Profile);
InterfaceOptionsFrame_OpenToCategory(OmaRF.optionsFrames.Indicators);
end