mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 00:33:50 +02:00
Linux guide
This commit is contained in:
@@ -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