remove line break

This commit is contained in:
Risenafis 2024-06-30 16:22:05 +09:00
parent 26d506874f
commit d3a7466929
No known key found for this signature in database
GPG Key ID: BE384EF55246A3F8
1 changed files with 0 additions and 1 deletions

View File

@ -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) {