Confirm button for cache deletion

This commit is contained in:
Natsumi
2021-05-25 18:22:03 +12:00
parent ec1e42245f
commit b7cb6439c2
3 changed files with 22 additions and 3 deletions

View File

@@ -124,6 +124,11 @@ namespace VRCX
return;
}
}
else
{
DownloadProgress = -11;
return;
}
}
}
DownloadProgress = 0;