diff --git a/main.js b/main.js index 89d5b21..7b65f28 100644 --- a/main.js +++ b/main.js @@ -102,6 +102,10 @@ app.whenReady().then(() => { // Approves the permissions request callback(true); } + if (permission === "microphone") { + // Approves the permissions request + callback(true); + } }); app.on("activate", function () { // On macOS it's common to re-create a window in the app when the