git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
6f9efe3 - Remove font option
[wowui.git]
/
OmaRFConfig
/
IndicatorsConfig.lua
diff --git
a/OmaRFConfig/IndicatorsConfig.lua
b/OmaRFConfig/IndicatorsConfig.lua
index
0867cdc
..
0075ced
100644
(file)
--- a/
OmaRFConfig/IndicatorsConfig.lua
+++ b/
OmaRFConfig/IndicatorsConfig.lua
@@
-8,12
+8,6
@@
local function createOptionsTable(self)
type = "toggle",
name = "Enable",
},
- indicatorFont = {
- type = "select",
- dialogControl = "LSM30_Font",
- name = "Indicator font",
- values = AceGUIWidgetLSMlists.font,
- },
}
};