mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
commit
a0241b3338
@ -350,7 +350,7 @@ export class SettingsComponent implements OnInit {
|
||||
}
|
||||
|
||||
async saveBrowserIntegration() {
|
||||
if (process.platform ==='darwin' && !this.platformUtilsService.isMacAppStore()) {
|
||||
if (process.platform === 'darwin' && !this.platformUtilsService.isMacAppStore()) {
|
||||
await this.platformUtilsService.showDialog(
|
||||
this.i18nService.t('browserIntegrationMasOnlyDesc'),
|
||||
this.i18nService.t('browserIntegrationMasOnlyTitle'),
|
||||
|
@ -85,7 +85,7 @@ export default class NativeMessage {
|
||||
|
||||
try {
|
||||
processData();
|
||||
} catch(e) {
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user