updates
This commit is contained in:
@@ -407,7 +407,9 @@ function _detalhes:WipeConfig()
|
||||
|
||||
local Loc = LibStub ("AceLocale-3.0"):GetLocale ( "Details" )
|
||||
|
||||
local b = CreateFrame ("button", nil, UIParent, "OptionsButtonTemplate")
|
||||
local b = CreateFrame ("button", "DetailsResetConfigButton", UIParent, "OptionsButtonTemplate")
|
||||
tinsert (UISpecialFrames, "DetailsResetConfigButton")
|
||||
|
||||
b:SetSize (250, 40)
|
||||
b:SetText (Loc ["STRING_SLASH_WIPECONFIG_CONFIRM"])
|
||||
b:SetScript ("OnClick", function() _detalhes.wipe_full_config = true; ReloadUI(); end)
|
||||
|
||||
Reference in New Issue
Block a user