mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Typo
This commit is contained in:
+1
-1
@@ -4282,7 +4282,7 @@ speechSynthesis.getVoices();
|
|||||||
AppApi.DesktopNotification(noty.senderUsername, 'has sent you a friend request', imageURL);
|
AppApi.DesktopNotification(noty.senderUsername, 'has sent you a friend request', imageURL);
|
||||||
break;
|
break;
|
||||||
case 'Friend':
|
case 'Friend':
|
||||||
AppApi.DesktopNotification(noty.displayName, 'has sent you a friend request', imageURL);
|
AppApi.DesktopNotification(noty.displayName, 'is now your friend', imageURL);
|
||||||
break;
|
break;
|
||||||
case 'Unfriend':
|
case 'Unfriend':
|
||||||
AppApi.DesktopNotification(noty.displayName, 'is no longer your friend', imageURL);
|
AppApi.DesktopNotification(noty.displayName, 'is no longer your friend', imageURL);
|
||||||
|
|||||||
Reference in New Issue
Block a user