git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
6f9efe3 - Remove font option
[wowui.git]
/
OmaRF
/
Core.lua
diff --git
a/OmaRF/Core.lua
b/OmaRF/Core.lua
index
8b1b8da
..
0b44b48
100644
(file)
--- a/
OmaRF/Core.lua
+++ b/
OmaRF/Core.lua
@@
-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