mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 15:23:50 +02:00
Many fixes and instance queuing notification
This commit is contained in:
@@ -580,6 +580,9 @@ Vue.component('marquee-text', MarqueeText);
|
||||
case 'group.joinRequest':
|
||||
text = escapeTag(noty.message);
|
||||
break;
|
||||
case 'group.queueReady':
|
||||
text = escapeTag(noty.message);
|
||||
break;
|
||||
case 'PortalSpawn':
|
||||
if (noty.displayName) {
|
||||
text = `<strong>${
|
||||
|
||||
Reference in New Issue
Block a user