| 560 | }, {}); | 560 | }, {}); |
| 561 | const template = $(await renderExtensionTemplateAsync(MODULE_NAME, 'edit', { name: profile.name, settings })); | 561 | const template = $(await renderExtensionTemplateAsync(MODULE_NAME, 'edit', { name: profile.name, settings })); |
| 562 | const newName = await callGenericPopup(template, POPUP_TYPE.INPUT, profile.name, { | 562 | const newName = await callGenericPopup(template, POPUP_TYPE.INPUT, profile.name, { |
| | 563 | rows: 2, |
| 563 | customButtons: [{ | 564 | customButtons: [{ |
| 564 | text: t`Save and Update`, | 565 | text: t`Save and Update`, |
| 565 | classes: ['popup-button-ok'], | 566 | classes: ['popup-button-ok'], |