revert electron 2.0.x update

This commit is contained in:
Benjamin Pasero
2018-06-25 09:28:34 +02:00
parent d5ad3572c4
commit e47a9c9eef
17 changed files with 3710 additions and 7213 deletions

View File

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