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.
|
||||
*/
|
||||
async function initVoiceMapInternal(unrestricted) {
|
||||
|
||||
// Gate initialization if not enabled or TTS Provider not ready. Prevents error popups.
|
||||
const enabled = $('#tts_enabled').is(':checked');
|
||||
if (!enabled) {
|
||||
|
|
Loading…
Reference in New Issue