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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user