mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
Cache worlds from search
This commit is contained in:
@@ -17207,6 +17207,16 @@ speechSynthesis.getVoices();
|
||||
});
|
||||
};
|
||||
|
||||
$app.methods.downloadSearchPage = function () {
|
||||
this.searchWorldResults.forEach((ref) => {
|
||||
API.getWorld({
|
||||
worldId: ref.id
|
||||
}).then((args) => {
|
||||
this.queueCacheDownload(args.ref, 'Search');
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
$app.data.downloadProgress = 0;
|
||||
$app.data.downloadInProgress = false;
|
||||
$app.data.downloadIsProcessing = false;
|
||||
|
||||
Reference in New Issue
Block a user