Update to Electron 2.0.x

This commit is contained in:
Benjamin Pasero
2018-06-25 09:32:06 +02:00
parent e47a9c9eef
commit 9459d2aae0
17 changed files with 7167 additions and 3664 deletions

View File

@@ -190,7 +190,7 @@ function showContextMenu(e) {
}));
}
menu.popup(remote.getCurrentWindow());
menu.popup({ window: remote.getCurrentWindow() });
}
export function startup(data: ProcessExplorerData): void {