TTS memo nick name

This commit is contained in:
Natsumi
2024-11-20 13:32:01 +13:00
parent 299f2cce10
commit 89eb8cca8e
8 changed files with 64 additions and 37 deletions

View File

@@ -7795,6 +7795,10 @@ speechSynthesis.getVoices();
'VRCX_notificationTTS',
'Never'
);
$app.data.notificationTTSNickName = await configRepository.getBool(
'VRCX_notificationTTSNickName',
false
);
$app.data.notificationTTSVoice = await configRepository.getString(
'VRCX_notificationTTSVoice',
'0'
@@ -7980,6 +7984,10 @@ speechSynthesis.getVoices();
'VRCX_afkDesktopToast',
this.afkDesktopToast
);
await configRepository.setBool(
'VRCX_notificationTTSNickName',
this.notificationTTSNickName
);
await configRepository.setBool('VRCX_minimalFeed', this.minimalFeed);
await configRepository.setBool(
'displayVRCPlusIconsAsAvatar',