mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
chore: format fix
This commit is contained in:
@ -1111,8 +1111,7 @@ async function setExpression(character, expression, force) {
|
|||||||
} else {
|
} else {
|
||||||
// Set the talkinghead emotion to the specified expression
|
// Set the talkinghead emotion to the specified expression
|
||||||
// TODO: For now, talkinghead emote only supported when VN mode is off; see also updateVisualNovelMode.
|
// TODO: For now, talkinghead emote only supported when VN mode is off; see also updateVisualNovelMode.
|
||||||
try
|
try {
|
||||||
{
|
|
||||||
let result = await talkingHeadCheck();
|
let result = await talkingHeadCheck();
|
||||||
if (result) {
|
if (result) {
|
||||||
const url = new URL(getApiUrl());
|
const url = new URL(getApiUrl());
|
||||||
|
Reference in New Issue
Block a user