2021-07-08 18:42:28 +00:00
|
|
|
// This file is required by the index.html file and will
|
|
|
|
// be executed in the renderer process for that window.
|
|
|
|
// All APIs exposed by the context bridge are available here.
|
2019-11-13 05:46:54 +00:00
|
|
|
|
2021-07-08 18:42:28 +00:00
|
|
|
// Binds the buttons to the context bridge API.
|
|
|
|
document.getElementById('open-in-browser').addEventListener('click', () => {
|
2023-04-05 13:42:20 +00:00
|
|
|
window.shell.open()
|
|
|
|
})
|