1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

add note about messaging

This commit is contained in:
Anders Åberg
2025-01-24 12:25:58 +01:00
parent 172a3b40b1
commit 8da435dd8d

View File

@@ -38,6 +38,7 @@ export class MessagingMain {
async onMessage(message: any) {
switch (message.command) {
case "loadurl":
// TODO: Remove this once fakepopup is removed from tray (just used for dev)
await this.main.windowMain.loadUrl(message.url, message.modal);
break;
case "scheduleNextSync":