mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 16:23:50 +02:00
Added conditions to VR overlay notifications + refactor. (#1043)
This commit is contained in:
@@ -343,26 +343,21 @@
|
||||
"user_images": "User Images (slower)",
|
||||
"notification_timeout": "Notification Timeout"
|
||||
},
|
||||
"conditions": {
|
||||
"never": "Never",
|
||||
"desktop": "Desktop Mode",
|
||||
"inside_vr": "Inside VR",
|
||||
"outside_vr": "Outside VR",
|
||||
"always": "Always"
|
||||
},
|
||||
"desktop_notifications": {
|
||||
"header": "Desktop Notifications",
|
||||
"when_to_display": "When to display",
|
||||
"when_to_display_never": "Never",
|
||||
"when_to_display_desktop": "Desktop Mode",
|
||||
"when_to_display_inside_vr": "Inside VR",
|
||||
"when_to_display_outside_vr": "Outside VR",
|
||||
"when_to_display_game_closed": "Game Closed",
|
||||
"when_to_display_game_running": "Game Running",
|
||||
"when_to_display_always": "Always",
|
||||
"desktop_notification_while_afk": "Desktop Notifications While AFK"
|
||||
},
|
||||
"text_to_speech": {
|
||||
"header": "Text-To-Speech",
|
||||
"when_to_play": "Notification TTS. When to play",
|
||||
"when_to_play_never": "Never",
|
||||
"when_to_play_inside_vr": "Inside VR",
|
||||
"when_to_play_game_closed": "Game Closed",
|
||||
"when_to_play_game_running": "Game Running",
|
||||
"when_to_play_always": "Always",
|
||||
"tts_voice": "TTS Voice"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user