mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
oops
This commit is contained in:
@@ -77,7 +77,7 @@ function E:SpawnTutorialFrame()
|
||||
|
||||
f.disableButton = CreateFrame("CheckButton", f:GetName().."DisableButton", f, "OptionsCheckButtonTemplate")
|
||||
_G[f.disableButton:GetName() .. "Text"]:SetText(DISABLE)
|
||||
f.disableButton:SetPoint("BOTTOMLEFT", -5, 5)
|
||||
f.disableButton:SetPoint("BOTTOMLEFT", 1, 1)
|
||||
S:HandleCheckBox(f.disableButton)
|
||||
f.disableButton:SetScript("OnShow", function() this:SetChecked(E.db.hideTutorial) end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user