mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
Linux guide
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user