mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add comment
This commit is contained in:
@ -611,6 +611,10 @@ async function moduleWorker() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Checks whether the current character has a talkinghead image available.
|
||||||
|
* @returns {Boolean}
|
||||||
|
*/
|
||||||
async function talkingHeadCheck() {
|
async function talkingHeadCheck() {
|
||||||
let spriteFolderName = getSpriteFolderName();
|
let spriteFolderName = getSpriteFolderName();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user