mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
Fix Linux window state, small fixes
This commit is contained in:
@@ -458,9 +458,6 @@ async function getBundleDateSize(ref) {
|
||||
if (!fileId || !version) {
|
||||
continue;
|
||||
}
|
||||
console.log(
|
||||
`Fetching bundle size for ${platform} - fileId: ${fileId}, version: ${version}, variant: ${variant}`
|
||||
);
|
||||
const args = await miscRequest.getFileAnalysis({
|
||||
fileId,
|
||||
version,
|
||||
|
||||
Reference in New Issue
Block a user