mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Clickable char personas
This commit is contained in:
@@ -589,7 +589,7 @@ export function updatePersonaConnectionsAvatarList() {
|
|||||||
}).filter(entity => entity?.item !== undefined);
|
}).filter(entity => entity?.item !== undefined);
|
||||||
|
|
||||||
if (entities.length)
|
if (entities.length)
|
||||||
buildAvatarList($('#persona_connections_list'), entities);
|
buildAvatarList($('#persona_connections_list'), entities, { interactable: true });
|
||||||
else
|
else
|
||||||
$('#persona_connections_list').text(t`[No character connections. Click one of the buttons above to connect this persona.]`);
|
$('#persona_connections_list').text(t`[No character connections. Click one of the buttons above to connect this persona.]`);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user