Skip to content

Commit

Permalink
Added support for gif profile pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirspam committed Feb 25, 2024
1 parent 7ff5a80 commit a89d9e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private HitbloqProfile? HitbloqProfile
{
if (_hitbloqProfile.ProfilePictureURL != null)
{
_ = _spriteLoader.DownloadSpriteAsync(_hitbloqProfile.ProfilePictureURL, sprite => _modalProfilePic.sprite = sprite, _modalTokenSource.Token);
_modalProfilePic.SetImage(_hitbloqProfile.ProfilePictureURL);
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion Hitbloq/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "Hitbloq",
"name": "Hitbloq",
"author": "PauseChampions & DaFluffyPotato",
"version": "1.4.1",
"version": "1.4.2",
"description": [
"#![Hitbloq.Description.md]",
"Hitbloq offers a unique competitive experience for Beat Saber through its use of map pools and the relative ranking algorithm."
Expand Down

0 comments on commit a89d9e7

Please sign in to comment.