Add a second row to profile editing name

6f0f32d83d828b2d2bcd95d940ff4033d5b6bd1b

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -0Ignore whitespace
public/scripts/extensions/connection-manager/index.js+1 -0
@@ -560,6 +560,7 @@ async function renderDetailsContent(detailsContent) {
560560 }, {});
561561 const template = $(await renderExtensionTemplateAsync(MODULE_NAME, 'edit', { name: profile.name, settings }));
562562 const newName = await callGenericPopup(template, POPUP_TYPE.INPUT, profile.name, {
563+ rows: 2,
563564 customButtons: [{
564565 text: t`Save and Update`,
565566 classes: ['popup-button-ok'],