1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 10:43:35 +00:00

[BEEEP][PM-14388] Better dev experience on desktop-browser IPC (#11822)

This commit is contained in:
Daniel García
2024-11-01 14:13:02 +01:00
committed by GitHub
parent 4a2c14dc2e
commit 5eae599b81
3 changed files with 127 additions and 50 deletions

View File

@@ -626,7 +626,8 @@ export class SettingsComponent implements OnInit, OnDestroy {
async saveBrowserIntegration() {
if (
ipc.platform.deviceType === DeviceType.MacOsDesktop &&
!this.platformUtilsService.isMacAppStore()
!this.platformUtilsService.isMacAppStore() &&
!ipc.platform.isDev
) {
await this.dialogService.openSimpleDialog({
title: { key: "browserIntegrationUnsupportedTitle" },