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:
@@ -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'));
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user