remove Simple Chat option

fix #60
This commit is contained in:
Crum
2018-12-06 22:36:19 -06:00
parent caef63a2da
commit 9386ddb1a9
3 changed files with 8 additions and 1 deletions
+6
View File
@@ -366,6 +366,12 @@ local function LoadSkin()
-- Interface Options Checkboxes
for _, value in UIOptionsFrameCheckButtons do
local UIOptionsFrameCheckBox = _G["UIOptionsFrameCheckButton"..value.index]
if value.index == 7 then
E:Kill(UIOptionsFrameCheckBox)
end
if value.index == 8 then
E:Point(UIOptionsFrameCheckBox, "TOPLEFT", 10, -8)
end
if UIOptionsFrameCheckBox then
S:HandleCheckBox(UIOptionsFrameCheckBox)
end