Linux guide

This commit is contained in:
Natsumi
2022-01-26 09:49:58 +13:00
parent af114d7183
commit 3c81c2ce3c
2 changed files with 5 additions and 1 deletions

View File

@@ -56,6 +56,10 @@ Screenshots
* Extract entire zip archive.
* Run `VRCX.exe`.
# How to run VRCX on Linux
* [Guide](https://github.com/RinLovesYou/VRChat-Linux/wiki/VRCX) made by @RinLovesYou
# How to build VRCX from source
* Get source code

View File

@@ -13014,7 +13014,7 @@ speechSynthesis.getVoices();
$app.methods.lookupAvatars = async function (type, search) {
if (type === 'search') {
var limit = '&limit=5000';
var limit = '&n=5000';
} else {
var limit = '';
}