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