mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-12 06:53:51 +00:00
GithubUserPanel - Add todo
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user