mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Linter bracket spacing 1
This commit is contained in:
+14
-9
@@ -4698,8 +4698,6 @@ speechSynthesis.getVoices();
|
||||
// #endregion
|
||||
// API
|
||||
|
||||
|
||||
|
||||
// #endregion
|
||||
// #region | Misc
|
||||
|
||||
@@ -5967,7 +5965,8 @@ speechSynthesis.getVoices();
|
||||
break;
|
||||
case 'invite':
|
||||
this.speak(
|
||||
`${noty.senderUsername
|
||||
`${
|
||||
noty.senderUsername
|
||||
} has invited you to ${this.displayLocation(
|
||||
noty.details.worldId,
|
||||
noty.details.worldName
|
||||
@@ -6025,7 +6024,8 @@ speechSynthesis.getVoices();
|
||||
case 'PortalSpawn':
|
||||
if (noty.displayName) {
|
||||
this.speak(
|
||||
`${noty.displayName
|
||||
`${
|
||||
noty.displayName
|
||||
} has spawned a portal to ${this.displayLocation(
|
||||
noty.instanceId,
|
||||
noty.worldName
|
||||
@@ -6148,7 +6148,8 @@ speechSynthesis.getVoices();
|
||||
case 'invite':
|
||||
AppApi.XSNotification(
|
||||
'VRCX',
|
||||
`${noty.senderUsername
|
||||
`${
|
||||
noty.senderUsername
|
||||
} has invited you to ${this.displayLocation(
|
||||
noty.details.worldId,
|
||||
noty.details.worldName
|
||||
@@ -6237,7 +6238,8 @@ speechSynthesis.getVoices();
|
||||
if (noty.displayName) {
|
||||
AppApi.XSNotification(
|
||||
'VRCX',
|
||||
`${noty.displayName
|
||||
`${
|
||||
noty.displayName
|
||||
} has spawned a portal to ${this.displayLocation(
|
||||
noty.instanceId,
|
||||
noty.worldName
|
||||
@@ -10550,7 +10552,8 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
if (this.debugPhotonLogging) {
|
||||
var displayName = this.getDisplayNameFromPhotonId(senderId);
|
||||
var feed = `RPC ${displayName} ${this.photonEventType[eventData.EventType]
|
||||
var feed = `RPC ${displayName} ${
|
||||
this.photonEventType[eventData.EventType]
|
||||
}${eventName}`;
|
||||
console.log('VrcRpc:', feed);
|
||||
}
|
||||
@@ -15764,7 +15767,8 @@ speechSynthesis.getVoices();
|
||||
if (type === 'search') {
|
||||
try {
|
||||
var response = await webApiService.execute({
|
||||
url: `${this.avatarRemoteDatabaseProvider
|
||||
url: `${
|
||||
this.avatarRemoteDatabaseProvider
|
||||
}?${type}=${encodeURIComponent(search)}&n=5000`,
|
||||
method: 'GET',
|
||||
headers: {
|
||||
@@ -18088,7 +18092,8 @@ speechSynthesis.getVoices();
|
||||
args.push(`vrchat://launch?id=${location}`);
|
||||
}
|
||||
}
|
||||
var { launchArguments, vrcLaunchPathOverride } = this.launchOptionsDialog;
|
||||
var { launchArguments, vrcLaunchPathOverride } =
|
||||
this.launchOptionsDialog;
|
||||
if (launchArguments) {
|
||||
args.push(launchArguments);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user