diff --git a/README.md b/README.md index 5ee3e5c8..31cdb3c4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/html/src/app.js b/html/src/app.js index bba46052..34c1bc88 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -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 = ''; }