GithubUserPanel - Add todo

This commit is contained in:
miku-666
2024-06-21 20:04:08 +02:00
parent 2ad8423eff
commit fcdadb3530

View File

@@ -41,6 +41,7 @@ namespace PckStudio.ToolboxItems
private void LoadAuthor()
{
// TODO: find a better way to check if the avatar has changed since last cache.
string cacheKey = Convert.ToBase64String(Encoding.Default.GetBytes(_contributor.AvatarUrl));
if (!ApplicationScope.DataCacher.HasFileCached(cacheKey))