1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

rename to "enable gravatars"

This commit is contained in:
Kyle Spearrin
2018-07-31 00:02:09 -04:00
parent ac33d2f37c
commit 8eb48e4311
6 changed files with 15 additions and 15 deletions

View File

@@ -146,7 +146,7 @@ export function initFactory(): Function {
htmlEl.classList.add('theme_' + theme);
stateService.save(ConstantsService.disableFaviconKey,
await storageService.get<boolean>(ConstantsService.disableFaviconKey));
stateService.save('useGravatars', await storageService.get<boolean>('useGravatars'));
stateService.save('enableGravatars', await storageService.get<boolean>('enableGravatars'));
};
}