This commit is contained in:
Crum
2017-12-17 15:06:54 -06:00
parent 6c5f5b47fa
commit 632349e6f0
+1 -1
View File
@@ -77,7 +77,7 @@ function E:SpawnTutorialFrame()
f.disableButton = CreateFrame("CheckButton", f:GetName().."DisableButton", f, "OptionsCheckButtonTemplate") f.disableButton = CreateFrame("CheckButton", f:GetName().."DisableButton", f, "OptionsCheckButtonTemplate")
_G[f.disableButton:GetName() .. "Text"]:SetText(DISABLE) _G[f.disableButton:GetName() .. "Text"]:SetText(DISABLE)
f.disableButton:SetPoint("BOTTOMLEFT", -5, 5) f.disableButton:SetPoint("BOTTOMLEFT", 1, 1)
S:HandleCheckBox(f.disableButton) S:HandleCheckBox(f.disableButton)
f.disableButton:SetScript("OnShow", function() this:SetChecked(E.db.hideTutorial) end) f.disableButton:SetScript("OnShow", function() this:SetChecked(E.db.hideTutorial) end)