mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Revert "Safari Web Extension Port from App Extension"
This commit is contained in:
@@ -29,6 +29,7 @@ export class OptionsComponent implements OnInit {
|
||||
disableChangedPasswordNotification = false;
|
||||
dontShowCards = false;
|
||||
dontShowIdentities = false;
|
||||
showDisableContextMenu = true;
|
||||
showClearClipboard = true;
|
||||
theme: string;
|
||||
themeOptions: any[];
|
||||
@@ -67,6 +68,8 @@ export class OptionsComponent implements OnInit {
|
||||
}
|
||||
|
||||
async ngOnInit() {
|
||||
this.showDisableContextMenu = !this.platformUtilsService.isSafari();
|
||||
|
||||
this.enableAutoFillOnPageLoad = await this.storageService.get<boolean>(
|
||||
ConstantsService.enableAutoFillOnPageLoadKey);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user