mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Add more log parsing for portals, video errors, shader keyword limit
This commit is contained in:
@@ -952,6 +952,12 @@ speechSynthesis.getVoices();
|
||||
case 'unmute':
|
||||
text = `<strong>${noty.sourceDisplayName}</strong> has unmuted you`;
|
||||
break;
|
||||
case 'PortalSpawn':
|
||||
text = `<strong>${noty.data}</strong> has spawned a portal`;
|
||||
break;
|
||||
case 'Event':
|
||||
text = noty.data;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user