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