mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Highlight personas from current chat in popup
This commit is contained in:
@@ -9994,6 +9994,7 @@ jQuery(async function () {
|
||||
const message = t`The following personas are connected to the current character.\n\nClick on a persona to select it for the current character.\nShift + Click to unlink the persona from the character.`;
|
||||
const selectedPersona = await askForPersonaSelection(t`Persona Connections`, message, connections, {
|
||||
okButton: t`Ok`,
|
||||
highlightPersonas: true,
|
||||
shiftClickHandler: (element, ev) => {
|
||||
|
||||
const personaId = $(element).attr('data-pid');
|
||||
|
Reference in New Issue
Block a user