浏览代码

Fixes #1511: Double the size of the Avatar

main
Aex 3 年前
committed by GitHub
父节点
当前提交
d8dbf25853
找不到此签名对应的密钥 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}`,

正在加载...
取消
保存