(win: BrowserWindow, id: string)
| 244 | } |
| 245 | |
| 246 | export function sendMenuCommand(win: BrowserWindow, id: string) { |
| 247 | win.webContents.send("menu-command", id) |
| 248 | } |
| 249 | |
| 250 | export function sendDeepLinks(win: BrowserWindow, urls: string[]) { |
| 251 | win.webContents.send("deep-link", urls) |