mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
TTS memo nick name
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user