From fcdadb35306272ad4d1a0fa8d8239851e36dc4fc Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:04:08 +0200 Subject: [PATCH] GithubUserPanel - Add todo --- PCK-Studio/ToolboxItems/GithubUserPanel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PCK-Studio/ToolboxItems/GithubUserPanel.cs b/PCK-Studio/ToolboxItems/GithubUserPanel.cs index 31c026d4..124717d7 100644 --- a/PCK-Studio/ToolboxItems/GithubUserPanel.cs +++ b/PCK-Studio/ToolboxItems/GithubUserPanel.cs @@ -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))