Revert "Update to Electron 2.0.x"

This commit is contained in:
Sandeep Somavarapu
2018-07-23 10:58:49 +02:00
committed by GitHub
parent 28a82a6eec
commit 1dc23e548e
21 changed files with 3734 additions and 7361 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 {