mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-12 03:13:50 +02:00
Fix world search category
This commit is contained in:
@@ -9679,8 +9679,15 @@ speechSynthesis.getVoices();
|
||||
params.user = 'me';
|
||||
params.releaseStatus = 'all';
|
||||
}
|
||||
if (ref.tag) {
|
||||
params.tag = ref.tag;
|
||||
}
|
||||
if (!this.searchWorldLabs) {
|
||||
params.tag = 'system_approved';
|
||||
if (params.tag) {
|
||||
params.tag += ',system_approved';
|
||||
} else {
|
||||
params.tag = 'system_approved';
|
||||
}
|
||||
}
|
||||
// TODO: option.platform
|
||||
this.searchWorldParams = params;
|
||||
|
||||
Reference in New Issue
Block a user