Clickable char personas

This commit is contained in:
Cohee 2025-02-22 22:48:43 +02:00
parent e0f3a22b80
commit 7f9960fa7a

View File

@ -589,7 +589,7 @@ export function updatePersonaConnectionsAvatarList() {
}).filter(entity => entity?.item !== undefined);
if (entities.length)
buildAvatarList($('#persona_connections_list'), entities);
buildAvatarList($('#persona_connections_list'), entities, { interactable: true });
else
$('#persona_connections_list').text(t`[No character connections. Click one of the buttons above to connect this persona.]`);
}