1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-20 03:13:55 +00:00

feat(notification-processing): [PM-19877] System Notification Implementation - Initial changeset

This commit is contained in:
Patrick Pimentel
2025-07-16 15:01:24 -04:00
parent 70b65a20dd
commit ca43e923ce
34 changed files with 255 additions and 141 deletions

View File

@@ -75,7 +75,7 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
return false;
}
isViewOpen() {
isPopupOpen() {
return Promise.resolve(false);
}