소스 검색

Fixes #1511: Double the size of the Avatar

main
Aex 3 년 전
committed by GitHub
부모
커밋
d8dbf25853
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      src/avatars.ts

+ 3
- 0
src/avatars.ts 파일 보기

@ -73,6 +73,9 @@ export function getAvatarUri(
): Uri | Promise<Uri> {
ensureAvatarCache(avatarCache);
// Double the size to avoid blurring on the retina screen
size *= 2
if (email == null || email.length === 0) {
const avatar = createOrUpdateAvatar(
`${missingGravatarHash}:${size}`,

불러오는 중...
취소
저장