Skip to content

Commit 47c1958

Browse files
committed
Remove character limit for custom loadout names when importing
1 parent 45e0541 commit 47c1958

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/SideBarMixin.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ function SideBarMixin:CreateImportDialog()
316316
dialog.NameControl = CreateFrame("Frame", nil, dialog, "ClassTalentLoadoutDialogNameControlTemplate");
317317
local nameControl = dialog.NameControl;
318318
nameControl.labelText = HUD_CLASS_TALENTS_IMPORT_DIALOG_NAME_LABEL;
319+
nameControl.EditBox:SetMaxLetters(0);
319320
nameControl:SetPoint("TOPLEFT", importControl, "BOTTOMLEFT", 0, -25);
320321
nameControl:SetPoint("TOPRIGHT", importControl, "BOTTOMRIGHT", 0, -25);
321322
Mixin(nameControl, ClassTalentLoadoutImportDialogNameControlMixin);

0 commit comments

Comments
 (0)