mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
default case
This commit is contained in:
@@ -4751,6 +4751,9 @@ speechSynthesis.getVoices();
|
|||||||
data: gameLog.json
|
data: gameLog.json
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tableData !== null) {
|
if (tableData !== null) {
|
||||||
|
|||||||
@@ -1014,6 +1014,8 @@ speechSynthesis.getVoices();
|
|||||||
case 'unmute':
|
case 'unmute':
|
||||||
text = `<strong>${noty.sourceDisplayName}</strong> has unmuted you`;
|
text = `<strong>${noty.sourceDisplayName}</strong> has unmuted you`;
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
if (text) {
|
if (text) {
|
||||||
new Noty({
|
new Noty({
|
||||||
@@ -1084,6 +1086,8 @@ speechSynthesis.getVoices();
|
|||||||
case 'unmute':
|
case 'unmute':
|
||||||
this.speak(`${noty.sourceDisplayName} has unmuted you`);
|
this.speak(`${noty.sourceDisplayName} has unmuted you`);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ((this.config.desktopToast) && (this.isGameNoVR)) {
|
if ((this.config.desktopToast) && (this.isGameNoVR)) {
|
||||||
@@ -1143,6 +1147,8 @@ speechSynthesis.getVoices();
|
|||||||
case 'DisplayName':
|
case 'DisplayName':
|
||||||
AppApi.DesktopNotification(noty.previousDisplayName, `changed their name to ${noty.displayName}`, imageURL);
|
AppApi.DesktopNotification(noty.previousDisplayName, `changed their name to ${noty.displayName}`, imageURL);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user