mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-13 18:40:11 +01:00
Clickable char personas
This commit is contained in:
parent
e0f3a22b80
commit
7f9960fa7a
@ -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.]`);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user