mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove all connections button for the popups
This commit is contained in:
@ -236,6 +236,7 @@ import {
|
||||
updatePersonaConnectionsAvatarList,
|
||||
getConnectedPersonas,
|
||||
askForPersonaSelection,
|
||||
getCurrentConnectionObj,
|
||||
} from './scripts/personas.js';
|
||||
import { getBackgrounds, initBackgrounds, loadBackgroundSettings, background_settings } from './scripts/backgrounds.js';
|
||||
import { hideLoader, showLoader } from './scripts/loader.js';
|
||||
@ -9995,6 +9996,7 @@ jQuery(async function () {
|
||||
const selectedPersona = await askForPersonaSelection(t`Persona Connections`, message, connections, {
|
||||
okButton: t`Ok`,
|
||||
highlightPersonas: true,
|
||||
targetedChar: getCurrentConnectionObj(),
|
||||
shiftClickHandler: (element, ev) => {
|
||||
|
||||
const personaId = $(element).attr('data-pid');
|
||||
|
Reference in New Issue
Block a user