X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/a7e766ac6a22d25458433393b900e5f9a4def266..6f9efe3aedbfb5f6be2277de730fa446d87bb4d7:/OmaRF/Core.lua diff --git a/OmaRF/Core.lua b/OmaRF/Core.lua index 8b1b8da..0b44b48 100644 --- a/OmaRF/Core.lua +++ b/OmaRF/Core.lua @@ -14,8 +14,6 @@ OmaRF.running = false; local defaults = { profile = { - indicatorFont = "Arial Narrow", - showIcons = true, enabled = true, indicators = { ['**'] = { @@ -79,5 +77,6 @@ function SlashCmdList.OMARF(msg, editBox) return; end + InterfaceOptionsFrame_OpenToCategory(OmaRF.optionsFrames.Profile); InterfaceOptionsFrame_OpenToCategory(OmaRF.optionsFrames.Indicators); end