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