6f9efe3 - Remove font option
[wowui.git] / OmaRF / Core.lua
index 8b1b8da..0b44b48 100644 (file)
@@ -14,8 +14,6 @@ OmaRF.running = false;
 
 local defaults = {
     profile = {
 
 local defaults = {
     profile = {
-        indicatorFont = "Arial Narrow",
-        showIcons = true,
         enabled = true,
         indicators = {
             ['**'] = {
         enabled = true,
         indicators = {
             ['**'] = {
@@ -79,5 +77,6 @@ function SlashCmdList.OMARF(msg, editBox)
         return;
     end
 
         return;
     end
 
+    InterfaceOptionsFrame_OpenToCategory(OmaRF.optionsFrames.Profile);
     InterfaceOptionsFrame_OpenToCategory(OmaRF.optionsFrames.Indicators);
 end
     InterfaceOptionsFrame_OpenToCategory(OmaRF.optionsFrames.Indicators);
 end