mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +01:00
remove line break
This commit is contained in:
parent
26d506874f
commit
d3a7466929
@ -1037,7 +1037,6 @@ export async function initVoiceMap(unrestricted = false) {
|
|||||||
* @param {boolean} unrestricted - If true, will include all characters in voiceMapEntries, even if they are not in the current chat.
|
* @param {boolean} unrestricted - If true, will include all characters in voiceMapEntries, even if they are not in the current chat.
|
||||||
*/
|
*/
|
||||||
async function initVoiceMapInternal(unrestricted) {
|
async function initVoiceMapInternal(unrestricted) {
|
||||||
|
|
||||||
// Gate initialization if not enabled or TTS Provider not ready. Prevents error popups.
|
// Gate initialization if not enabled or TTS Provider not ready. Prevents error popups.
|
||||||
const enabled = $('#tts_enabled').is(':checked');
|
const enabled = $('#tts_enabled').is(':checked');
|
||||||
if (!enabled) {
|
if (!enabled) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user