Remove embedded profile image data

This commit is contained in:
Loporrit
2025-07-21 16:54:29 +00:00
parent 73d9124d46
commit 86aa5639f3
4 changed files with 16 additions and 14 deletions

View File

@@ -91,6 +91,7 @@ public class PopoutProfileUi : WindowMediatorSubscriberBase
{
_textureWrap?.Dispose();
_lastProfilePicture = mareProfile.ImageData.Value;
_textureWrap = _uiSharedService.LoadImage(_lastProfilePicture);
}