Skip to content

Commit

Permalink
Do not show error modal for ddg integration (#9269)
Browse files Browse the repository at this point in the history
  • Loading branch information
differsthecat authored and Cesar Gonzalez committed May 20, 2024
1 parent 67efe88 commit ca5128d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/desktop/src/app/accounts/settings.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -674,13 +674,6 @@ export class SettingsComponent implements OnInit {
);
if (errorResult !== null) {
this.logService.error("Error in DDG browser integration: " + errorResult);
await this.dialogService.openSimpleDialog({
title: { key: "browserIntegrationUnsupportedTitle" },
content: errorResult.message,
acceptButtonText: { key: "ok" },
cancelButtonText: null,
type: "warning",
});
}
}

Expand Down

0 comments on commit ca5128d

Please sign in to comment.