mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 18:53:47 +02:00
lint
This commit is contained in:
@@ -2570,7 +2570,7 @@ speechSynthesis.getVoices();
|
|||||||
params: {
|
params: {
|
||||||
n: 100,
|
n: 100,
|
||||||
offset: 0,
|
offset: 0,
|
||||||
tag: tag
|
tag
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@@ -6016,7 +6016,7 @@ speechSynthesis.getVoices();
|
|||||||
sharedFeedFilters: this.sharedFeedFilters,
|
sharedFeedFilters: this.sharedFeedFilters,
|
||||||
notificationPosition: this.notificationPosition,
|
notificationPosition: this.notificationPosition,
|
||||||
notificationTimeout: this.notificationTimeout,
|
notificationTimeout: this.notificationTimeout,
|
||||||
notificationTheme: notificationTheme
|
notificationTheme
|
||||||
};
|
};
|
||||||
sharedRepository.setObject('VRConfigVars', VRConfigVars);
|
sharedRepository.setObject('VRConfigVars', VRConfigVars);
|
||||||
};
|
};
|
||||||
@@ -7914,7 +7914,7 @@ speechSynthesis.getVoices();
|
|||||||
userIcon = `https://api.vrchat.cloud/api/1/file/${userIcon}/1`;
|
userIcon = `https://api.vrchat.cloud/api/1/file/${userIcon}/1`;
|
||||||
}
|
}
|
||||||
API.setVRCPlusIcon({
|
API.setVRCPlusIcon({
|
||||||
userIcon: userIcon
|
userIcon
|
||||||
}).then((args) => {
|
}).then((args) => {
|
||||||
this.$message({
|
this.$message({
|
||||||
message: 'Icon changed',
|
message: 'Icon changed',
|
||||||
|
|||||||
Reference in New Issue
Block a user