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

a few cleanup items for full width setting change (#547)

This commit is contained in:
Kyle Spearrin
2020-06-02 09:56:16 -04:00
committed by GitHub
parent f895916fbb
commit 2cc0aa6f3d
3 changed files with 4 additions and 5 deletions

View File

@@ -80,7 +80,6 @@ export class OptionsComponent implements OnInit {
await this.storageService.save('enableGravatars', this.enableGravatars);
await this.stateService.save('enableGravatars', this.enableGravatars);
await this.storageService.save('enableFullWidth', this.enableFullWidth);
await this.stateService.save('enableFullWidth', this.enableFullWidth);
this.messagingService.send('setFullWidth');
await this.storageService.save(ConstantsService.localeKey, this.locale);
this.analytics.eventTrack.next({ action: 'Saved Options' });