Ver a proveniência

Fixes #1511: Double the size of the Avatar

main
Aex há 3 anos
committed by GitHub
ascendente
cometimento
d8dbf25853
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 3 adições e 0 eliminações
  1. +3
    -0
      src/avatars.ts

+ 3
- 0
src/avatars.ts Ver ficheiro

@ -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}`,

Carregando…
Cancelar
Guardar