mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Add a second row to profile editing name
This commit is contained in:
		| @@ -560,6 +560,7 @@ async function renderDetailsContent(detailsContent) { | ||||
|         }, {}); | ||||
|         const template = $(await renderExtensionTemplateAsync(MODULE_NAME, 'edit', { name: profile.name, settings })); | ||||
|         const newName = await callGenericPopup(template, POPUP_TYPE.INPUT, profile.name, { | ||||
|             rows: 2, | ||||
|             customButtons: [{ | ||||
|                 text: t`Save and Update`, | ||||
|                 classes: ['popup-button-ok'], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user