瀏覽代碼

Fixes #1511: Double the size of the Avatar

main
Aex 3 年之前
committed by GitHub
父節點
當前提交
d8dbf25853
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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}`,

Loading…
取消
儲存