mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 01:03:50 +02:00
Added conditions to VR overlay notifications + refactor. (#1043)
This commit is contained in:
@@ -7915,6 +7915,10 @@ speechSynthesis.getVoices();
|
||||
'VRCX_afkDesktopToast',
|
||||
false
|
||||
);
|
||||
$app.data.overlayToast = await configRepository.getString(
|
||||
'VRCX_overlayToast',
|
||||
'Game Running'
|
||||
)
|
||||
$app.data.minimalFeed = await configRepository.getBool(
|
||||
'VRCX_minimalFeed',
|
||||
false
|
||||
@@ -8128,6 +8132,10 @@ speechSynthesis.getVoices();
|
||||
'VRCX_afkDesktopToast',
|
||||
this.afkDesktopToast
|
||||
);
|
||||
await configRepository.setString(
|
||||
'VRCX_overlayToast',
|
||||
this.overlayToast
|
||||
)
|
||||
await configRepository.setBool(
|
||||
'VRCX_notificationTTSNickName',
|
||||
this.notificationTTSNickName
|
||||
|
||||
Reference in New Issue
Block a user