mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update Export
This commit is contained in:
@@ -282,9 +282,12 @@ local function ExportImport_Open(mode)
|
|||||||
frame:AddChild(exportButton)
|
frame:AddChild(exportButton)
|
||||||
|
|
||||||
box.editBox:SetScript("OnChar", function() box:SetText(exportString) box.editBox:HighlightText() end)
|
box.editBox:SetScript("OnChar", function() box:SetText(exportString) box.editBox:HighlightText() end)
|
||||||
box.editBox:SetScript("OnTextChanged", function(self)
|
box.editBox:SetScript("OnTextChanged", function()
|
||||||
box:SetText(exportString)
|
if this then
|
||||||
box.editBox:HighlightText()
|
box:SetText(exportString)
|
||||||
|
box.editBox:HighlightText()
|
||||||
|
end
|
||||||
|
box.scrollFrame:UpdateScrollChildRect()
|
||||||
end)
|
end)
|
||||||
elseif(mode == "import") then
|
elseif(mode == "import") then
|
||||||
frame:SetTitle(L["Import Profile"])
|
frame:SetTitle(L["Import Profile"])
|
||||||
|
|||||||
Reference in New Issue
Block a user